Skip to main content

PrepareCashoutResponse

amountnumberrequired

Prepared cashout order amount.

Example: 9.99
currencystringrequired

Three-letter ISO 4217 currency code.

Possible values: >= 3 characters and <= 3 characters

Example: EUR
distributor_idstringrequired

Business partner ID assigned by PaysafeCard.

Example: 9301013
order_idstringrequired

Identifier of the prepared cashout order.

Example: order_0009301013_test_corr_001
product_idstringrequired

Product identifier returned for the prepared cashout order.

Example: MERCHANT_DIRECT_LOAD_CASHOUT
PrepareCashoutResponse
{
"amount": 9.99,
"currency": "EUR",
"distributor_id": 9301013,
"order_id": "order_0009301013_test_corr_001",
"product_id": "MERCHANT_DIRECT_LOAD_CASHOUT"
}