Skip to main content
This endpoint allows you to send payouts in Euros (EUR) to recipients in any SEPA country (e.g., Germany, France, Spain).

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 EUR payout request in different languages.

Request Body Breakdown

The following fields are required when making a EUR payout request.

Success Response (200 OK)

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

Response Breakdown

This section explains each field returned in a successful response.

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.