Payment link receipts, test mode data, & transfer options

Payment link receipts
Payment links will now automatically create and send a receipt via email with every successful submission. Additionally, the payment link title is passed along in the transfer description and will appear on receipts.
Postal & CVV verification
We've updated test card data with postal and CVV codes which correspond to specific verification scenarios. You can now test linking cards with the following postal and CVV verification outcomes, depending on card brand: match
, noMatch
, notChecked
, unavailable
.
See the test mode guide for more information.
Transfer options endpoint
We've added a new transfer options endpoint - /accounts/{accountID}/transfer-options
.
The previous endpoint,
/transfer-options
, is still currently still supported; however, we strongly suggest switching to the new endpoint as soon as possible to prepare for deprecation of /transfer-options
in the future.
Bug fixes
- Fixed a bug on the onboarding links Dashboard view where the list would not scroll
- Fixed a bug in which submitting an empty country code was causing an error. Submitting an empty country code will default to the
US
country code.