v1
latestOpenAPI 3.1.02026-07-132363652.9 MBTransactions
Check whether a refund's payout details can be resolved for a transaction (read-only)
Check whether a refund's payout details can be resolved for a transaction (read-only)
get/api/v1/merchants/{merchantId}/transactions/{transactionId}/refund-readiness
Path parameters
merchantIdstring uuid required
The unique identifier of the merchant
Example:123e4567-e89b-12d3-a456-426614174000
The unique identifier of the merchant
transactionIdstring uuid required
The unique identifier of the original transaction
Example:123e4567-e89b-12d3-a456-426614174000
The unique identifier of the original transaction
Response
Success
Example response
{
"data": {
"payout": {
"currency": "EUR",
"country": "DE",
"account_masked": "****3000"
}
}
}