Payin Enhancements
Overview
To help better manage funds coming into the Send platform, we have made a couple of minor tweaks to Pay-ins.
Version Impacted: V2.0
Date Effective: 10th of August
Impacted Endpoints:
- POST/sandbox/payins
- GET/wallets/{walletId}/payins
- GET/wallets/{walletId}/payins/{payinId}
Reference Field
Previously, the reference
field was only available via our payin webhooks. This has been updated to now also be included in the GET Payin endpoints for easier reconciliation.
Sandbox Improvements
We have uplifted the Payin Sandbox endpoint to now include sourceDetails
, remitterDetails
and reference
. This will help with testing of these fields. Note The exact format of these 3 fields is dependent on the sending bank combined with rails you choose to use (NPP vs Swift vs BECS/ACH) We highly recommend some penny tests in production to ensure any logic you have built off of these fields works as intended.
Other Enhancements
We've made a couple of minor tweaks to some other endpoints including:
- Made
recipientId
andpaymentAddressId
mandatory when you add the payment object toPOST/trades
. - Updated
GET/payments/reasonCodes
toGET/payments/reason-codes
.
Got Questions?
Got questions or concerns about this change? Head over to our Discussion Board and leave us a note.