Skip to main content
POST
Send transfer webhook (dev)

Authorizations

Authorization
string
header
required

Merchant authentication token. Obtained via POST /api/v1/merchant/token/grant. Pass as: Authorization: Bearer

Body

application/json
transfer_id
string<uuid>
required

Transfer transaction UUID

status
string
required

Status to set

Response

Webhook sent

msg
string
required

Human-readable message describing the result

Example:

"webhook sent successfully"

data
null
required

Response payload (null on error)