Skip to main content
POST
Simulate Incoming Instant Payment Return Request Acceptance

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

instant_payment_id
string
required

ID of the instant payment object whose return request you want to accept.

Pattern: ^instant_payment_\w+$

Response

Intentionally empty - return request will be accepted asynchronously.