Create a payout

Payouts API is used when merchant would like to perform an outgoing payment to the customer's account.

Body Params
string
required

API key of your merchant.

string
required

Identifier for the payment method. See list of payment methods in the following link https://continentalpay.readme.io/reference/list-of-payment-methods.

string
required

Order ID of the payout. We suggest to use readable but unique value for this field.

string

Reference for the transaction. If not given, merchant name and the order ID is taken as reference. May be shown in bank statements of the customers. We suggest to use appopirate values for the services or products given.

float
required

Amount for the payout. This should the final amount including all the taxes and shipping fees.

string
required

3 letter currency code. In Brazil, we only support BRL as a valid currency.

string

HTTPs URL where you would like to receive webhook/postback notifications. E.g https://yourwebsite.com/postbacks

string

Any other random data that you would like to associate the transaction with.

string

Address of the customer.

string

Supplementary address of the customer.

string

City of the customer.

string

State of the customer.

string

Postal Code of the customer.

string

2 letter ISO code of the country of the customer. E.g DE

string

First Name of the customer.

string

Last Name of the customer.

string

Email of the customer.

string

Phone of the customer.

string

Account holder of the bank account. Required for SEPA Direct Debit payouts.

string

IBAN of the bank account. Required for the SEPA Direct Debit payouts.

string

BIC of the bank account. Only required for non SEPA area payouts.

string

PIX key of the customer. Must be used alongside pix_key_type parameter.

string

PIX key type of the customer. Must be used alongside pix_key parameter. Allowed values can be found at https://continentalpay.readme.io/reference/list-of-pix-key-types.

Headers
string
Defaults to application/json

Content type of the request body.

Response
200
Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here!