PrepareCashoutResponse
amountnumberrequired
Prepared cashout order amount.
Example:
9.99currencystringrequired
Three-letter ISO 4217 currency code.
Possible values: >= 3 characters and <= 3 characters
Example:
EURdistributor_idstringrequired
Business partner ID assigned by PaysafeCard.
Example:
9301013order_idstringrequired
Identifier of the prepared cashout order.
Example:
order_0009301013_test_corr_001product_idstringrequired
Product identifier returned for the prepared cashout order.
Example:
MERCHANT_DIRECT_LOAD_CASHOUTPrepareCashoutResponse
{
"amount": 9.99,
"currency": "EUR",
"distributor_id": 9301013,
"order_id": "order_0009301013_test_corr_001",
"product_id": "MERCHANT_DIRECT_LOAD_CASHOUT"
}