Additional Availability and Endpoints for Payments
Our Payments API is now available to all Risk Management (RM) entities. Additionally, we've introduced 5 new endpoints to enhance reporting and streamline beneficiary management.
Risk Management entities can now securely initiate payments, leveraging the same robust payment processing capabilities previously exclusive to ABS entities.
Existing endpoints:
Now available for both Risk Management and Alternative Banking Solutions entities
Validate, create and retrieve beneficiaries.
POST v1/beneficiaries/validation
POST v1/beneficiaries
GET v1/beneficiaries/ {beneficiaryId}
Validate, create and retrieve payment information and documents.
POST v1/payments/validation
POST v1/payments
GET v1/payments/ {paymentId}
GET v1/payments/confirmation/ {paymentId}
New endpoints:
Available only for Risk Management entities
Retrieve and manage all beneficiaries
GET v1/beneficiaries
Retrieve all beneficiaries
PUT v1/beneficiaries/{beneficiaryId}
Update beneficiary address
DELETE v1/beneficiaries/{beneficiaryId}
Retrieve all payments and purpose codes
GET v1/payments
GET v1/payments/purpose-of-payment
These updates are designed to optimise payments workflows, improve transparency, and provide more detailed reporting capabilities across your payment operations.
For more details on these exciting updates, check out the updated API documentation.
If you have any questions or need further assistance, please get in touch with our support team at [email protected]
Happy coding!
The Alpha API Development Team