Payout parameters for bank cards
Which parameters to specify depends on how you send data.
- With tokenized data
- With open data
Below are the mandatory parameters to perform a payout to a Russian bank card by token, hash, or via the Bank 131 widget.
| Name | Mandatory | Type | Description |
|---|---|---|---|
payment_method/payout_details | + | object | Payment data |
type | + | string | Value: card |
card | + | object | Bank card payment details |
type | + | string | Values: encrypted_card or tokenized_card |
encrypted_card | - (mandatory for type = encrypted_card) | object | Encrypted card details |
number_hash | + | string | Card number hash |
tokenized_card | - (mandatory for type = tokenized_card) | object | Tokenized card number |
token | + | string | Card number token |
amount_details | + | object | Amount |
amount | + | int | Amount in ruble decimal format. The value must be greater than zero. To send 100 rubles, specify 10000 |
currency | + | string | ISO 4217 currency code. Case insensitive. Always: rub except for payouts in a foreign currency |
participant_details | + | object | Information on payout participants |
recipient | + | object | Recipient's details |
full_name | + | string | Recipient's name (as it appears on the passport) |
Below are the mandatory parameters to perform a payout to a Russian bank card by its number.
| Name | Mandatory | Type | Description |
|---|---|---|---|
payment_method/payout_details | + | object | Payment details (card, bank account, etc.) |
type | + | string | Value: card |
card | + | object | Bank card payment details |
type | + | string | Value: bank_card |
bank_card | + | object | Unencrypted card details |
number | + | string | Card number |
amount_details | + | object | Amount |
amount | + | int | Amount in ruble decimal format. The value must be greater than zero. To send 100 rubles, specify 10000 |
currency | + | string | ISO 4217 currency code. Case insensitive. Always: rub except for payouts in a foreign currency |
participant_details | + | object | Information on payout participants |
recipient | + | object | Recipient's details |
full_name | + | string | Recipient's name (as it appears on the passport) |
What next
Payouts with Bank 131 widget >