XS2A.pay

Get a refund Payout of transaction.

Here you can retrieve a specific accumulated refund/payout of a transaction.

get/payments/{transaction_id}/refundPayout

Path parameters

transaction_idstring required

ID of the transaction to be retrieved.

Response

Request successfully processed

transactionstring

Internal XS2A transaction id. This id will be the same for the whole transaction.

amount_issuednumber float

Sum payout or refund issued.

type'refund' | 'payout'

The type is payout or refund.

testmodestring

'1', if this bank is a testbank

created_atstring

Example response

{
  "transaction": "10003-xp-911h-mv99",
  "amount_issued": 10.02,
  "type": "payout",
  "testmode": "1",
  "created_at": "2020-01-01 10:00:00"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.