Skip to main content
This endpoint allows you to process payouts in British Pounds (GBP) to recipients with a UK bank account via Bank Transfer.

Endpoint

POST: https://sandboxapi.me-cash.com/v2/payout

Request Details

Headers

Include these headers in your request:

Request Examples

Here are examples of how to make a GBP payout request in different languages.

Request Body Breakdown


Success Response (200 OK)

If the payout is successfully created, the API returns the following response:
copy

Response Breakdown


Payout Transaction States

The payout transaction can have one of the following states:

Error Handling


Best Practices

โœ… Ensure quoteId is valid and linked to an existing quote.
โœ… Confirm that the recipientโ€™s bank account number and bank code are correct.
โœ… Use a valid API key in the headers.
โœ… Handle error responses correctly in your integration.