Skip to main content

Payout

POST 

/transaction/:apiKey/payout

A payout transaction credits the customer's account with the given amount.

Depending on the connector, either referenceUuid or transactionToken will be required.

note

This transaction method is only available for certain connectors and must be explicitly enabled by your integration engineer.

Request

Responses

Transaction response

Callbacks

POST 

{$request.body#/callbackUrl}

Receive status updates about transactions.

Status changes are posted as callbacks to the callbackUrl defined in the request. See the Callbacks reference for further information about callbacks.

Callbacks Responses

Reply with status 200 and body OK if you have received the callback successfully.