Draft Payments
Draft payments, also known as bank drafts, are supported via the API suite. As of time of writing, drafts are supported in 14 currencies and delivered via “draft-to-beneficiary”.
Draft Currencies | |
---|---|
1. AED – United Arab Emirates Dirham | 8. HKD – Hong Kong Dollar |
2. BHD – Bahraini Dinar | 9. JPY – Japanese Yen |
3. CAD – Canadian Dollar | 10. KYD – Cayman Island Dollar |
4. CHF – Swiss Franc | 11. MXN – Mexican Peso |
5. EUR – Euro | 12. PHP – Philippine Peso |
6. FJD – Fiji Dollar | 13. SGD – Singapore Dollar |
7. USD – U.S. Dollar |
Below are the conditions required to submit a draft payment using the API:
- Specify
draft
as thepaymentMethod
in the request payload - Provide full beneficiary address along with other required payment fields
a.address.line1
,address.city
,address.countryCode
, and
b.address.stateOrProv
andaddress.zipOrPostal
where applicable (e.g. USD, CAD, GBP) - One draft payment is allowed per batch
a. If a second payment is added to a batch with draft payments, or if a draft is added to an existing batch with other payments, the payment will not be accepted - Beneficiary bank information is NOT required to submit draft payments
Updated 11 months ago