Payout parameters for Russian bank cards
For payouts to Russian cards, it is mandatory to provide the recipient's full name, exactly as it is stated in their passport in Cyrillic or Latin. Do not use the name printed on the recipient's card (Cardholder Name).
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 with tokenized details.
Name | Mandatory | Type | Description |
---|---|---|---|
payment_method/payout_details | + | object | Payment data |
type | + | string | Value: card |
card | + | object | Bank card payment details |
type | + | string | Value: encrypted_card |
encrypted_card | + | object | Encrypted card details |
number_hash | + | string | Card number hash |
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 |
participant_details | + | object | Information on payout participants |
recipient | + | object | Recipient's details |
full_name | + | string | Recipient's name (as it appears on the passport) |
beneficiary_id | + | string | INN of the beneficiary. Mandatory only for payouts from an escrow account |
payment_details | + | object | Information about a transaction (type, description). Mandatory only for payouts from an escrow account |
type | + | string | Value: internal_transfer |
internal_transfer | + | object | Information about an internal transfer |
type | + | string | Value: transfer_from_nominal_account |
transfer_from_nominal_account | + | object | Information about a transfer from an escrow account |
description | + | string | Description |
Below are the mandatory parameters to perform a payout to a Russian bank card with open parameters.
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 |
participant_details | + | object | Information on payout participants |
recipient | + | object | Recipient's details |
full_name | + | string | Recipient's name (as it appears on the passport) |
beneficiary_id | + | string | INN of the beneficiary. Mandatory only for payouts from an escrow account. |
payment_details | + | object | Information about a transaction (type, description) Mandatory only for payouts from an escrow account |
type | + | string | Value: internal_transfer |
internal_transfer | + | object | Information about an internal transfer |
type | + | string | Value: transfer_from_nominal_account |
transfer_from_nominal_account | + | object | Information about a transfer from an escrow account |
description | + | string | Description |
What next
Payouts from your collateral account
By token obtained through our widget >
By token obtained using our API method >
Payouts from your escrow account