Create payout

Create a payout

POST <API_URL>/api/payout

redirect_url field is relevant only for cardp2p method

Headers

Name
Value

Content-Type

application/json

credentials*

<API_KEY>:<API_SECRET>

Name
Type
Description

amount*

string

Operation amount

currency*

string

Currency of operation

order_id*

string

ID of transactions in your system

payment_method

string

Default value: card. Possible values: card, upi, cardp2p, openbanking, sbp, sberpay, blik_code, one_click_pay, iban, skrill, neteller, applepay, googlepay, sbp

customer_first_name

string

Customer's first name. Required for "card", "upi", "openbanking", "blik_code", "skrill", "neteller", "applepay", "googlepay", payment_method

customer_last_name

string

Customer's last name. Required for "card", "upi", "openbanking", "blik_code", "skrill", "neteller", "applepay", "googlepay", payment_method

customer_phone

string

Customer's phone. Required for "card", "upi", "openbanking", "blik_code", "skrill", "neteller", "applepay", "googlepay", payment_method

redirect_success_url*

string

Link where the user will be redirected after success

redirect_fail_url*

string

Link where our API requests will come from

upi_account

string

Required for "upi" payment_method

blik_code

string

Required for "blik" payment_method

pending_url*

string

Link where the user will be redirected if the order is pending

webhook_url

string

Link where our API requests will come from

card_number

string

Required for "card" payment_method

wallet_number

string

Required for "qiwi" payment_method

imps_account

string

Required for "imps" payment_method

ifsc_code

string

Required for "imps" payment_method

cpf

string

Required for "pix" payment_method

iban

string

Required for "openbanking" payment_method

nspk_bank_code

string

Required for "sbp" payment_method

Response

Last updated