Find settled SEPA transaction
Use case
After confirming a SEPA payment, we will check that the credit transfer exists using SEPA API with the payment ID.
Use case data
API parameters with values
The path parameter is the payment ID. The ID is taken from the response to the payment request.
Sample API call
To find the payment, use the following endpoint:
https://sepa-api.sandbox.tuumplatform.comapi/v1/batch/PAYM-8813/settlement-transactions
Sample response
Below you will find the response to the sample request:
Result
With this request, we can see the credit transfer details in the response such as the transaction ID, the file reference number, and the status code of the transaction.
Last updated
Was this helpful?