Dear community,
We are pleased to announce the release of 4 APIs in the B2B channel.
Payment Request Load
This new service aims at retrieving a selected payment request's information such as debtor details, creditor details, amount of the payment requested etc.
This new API contains 1 endpoint:
- GET /{transactionResourceId} : Returns details of a payment
More documentation here.
Payment Load
This new service aims at returning the details of a payment.
This new API contains 1 endpoint:
- GET /{transactionResourceId} : Returns details of a payment request
Morer documentation here.
International Payment Validation
This new service aims at allowing external systems and 3rd party applications the ability to use capabilities for international (cross-border) payment validation according to SWIFT standards and country specific validations.
This new API contains 1 endpoint:
- POST /international/basic-validation: Validate an international (cross border) payment according to SWIFT standards and country specific validations
More documentation here.
Transaction Search
This API replaces the Payment Search API. It aims at search transactions including Payment Requests, Payment Request-Responses and Payments.
This new API contains 1 endpoint:
- GET /payment : retrieve a list of payments that were sent or received
- GET /payment-request : retrieve a list of payments that were sent or received
More documentation here.