XS2A.pay
Change the payment status of a transaction to received
post/payments/{transaction-id}/received
Path parameters
transaction-idstring required
Response
Payment Object with the updated payment_status
Example response
{
"id": "xp_fSdkfjS2R2S5x1pu",
"transaction": "10001-xp-abcd-abcd",
"sender_holder": "Holder Customer",
"sender_iban": "DE62888888880012345678",
"sender_bic": "TESTDE88XXX",
"sender_bank_name": "Testbank",
"sender_country_id": "DE",
"recipient_holder": "Holder",
"recipient_iban": "DE62888888880012345678",
"recipient_bic": "TESTDE88XXX",
"recipient_bank_name": "Testbank",
"recipient_country_id": "DE",
"purpose": "Purpose",
"amount": 10.99,
"currency_id": "EUR",
"testmode": "1",
"payment_status": "RECEIVED",
"metadata": {
"key1": "value1"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.