Jan Updates
by Jake WauchopeOverview
Version Impacted: V2.0
Date Effective: 31/01/25
Key Updates
Payment Address Account Type Changes
- Updated
accountType
dropdown inPOST /recipients
andPOST /recipients/{recipientId}/payment-addresses
.- Removed:
electronic_deposit
- Added:
cacc
,svgs
,oth
- Removed:
Partner API Payment Address Enhancements
- Introduced
bankInformation
object in API responses that include a payment address. - Affects the following endpoints:
POST /recipients
POST /recipients/{recipientId}/payment-addresses
GET /payment-addresses/{paymentAddressId}
GET /recipients/{recipientId}/payment-addresses
- New Fields:
bankName
(String, Optional) – Name of the banking institution.bankAddressLine1
(String, Optional) – Street address (line 1) of the bank.bankAddressLine2
(String, Optional) – Street address (line 2) of the bank.locality
(String, Optional) – City of the bank.region
(String, Optional) – State/region of the bank.postalCode
(String, Optional) – Postal code of the bank.country
(String, Optional) – Country of the bank.
Payout Enhancements
- New Field Added to Payout Endpoints:
endToEndId
- Endpoints Updated:
GET /payments
- Payment webhooks
- Description: Back-office reference ID for bank tracking of end-to-end payment. Only available when a payment reaches
released
status. - Type: String
- Optional: Yes
- Endpoints Updated:
Webhook Fixes
- Resolved some issues affecting webhook functionality.
- Applied improvements to webhook event handling and delivery reliability.
Need Help?
If you have any questions about these changes, reach out via our Discussion Board.