Changelog
08 Jan 2025
- The personal token SCA documentation is no longer publicly available. Partners need to contact their CSM if they are still require access to this guide.
06 Jan 2025
- Added
changed_by
to thecards#card-status-change
webhook.
11 Dec 2024
- Updated the International Receive webhook subscription guide.
- Removed the V2.0.0
swift-in-credit
webhook because it's no longer used.
10 Dec 2024
- Added a new endpoint to get a Third Party Transfer by ID.
5 Dec 2024
- Added a new V2 endpoint to update business profiles.
- Added a new version V3.0.0 of the bulk settlement payment received webhook.
3 Dec 2024
- Added a new V2 endpoint to update personal profiles.
2 Dec 2024
- Added a new
balance_movements
field to the cards#transaction-state-change webhook.
28 Nov 2024
- Added an update card order resource to add Delivery Option.
24 Nov 2024
- Added new guide for 3D Secure authentication.
14 Nov 2024
- Updated the Card Issuance guides with partner control information to set a card order as
COMPLETED
. - Updated the cancel card order endpoint to an update card order status endpoint (a new
COMPLETED
status can be set for certain integrations). - Updated the permissions resource to include the
isLocked
field. - Added a transaction decline reason
ATM_PIN_CHANGE_NOT_ALLOWED
.
13 Nov 2024
- Updated the Card Issuance guides.
7 Nov 2024
- Added a new API to allow the cancellation of a card order.
12 Aug 2024
- Updated the APIs for card transaction simulations (authorisation including refund, reversal, and clearing).
15 Jul 2024
- Added a new
credit
field to thecards#transaction-state-change
webhook. - Added a new
credit
field to thecard transaction resource
.
27 May 2024
- Added new fields to the
cards#transaction-state-change
webhook.
2 May 2024
- Added a new webhook event to allow subscribing to dispute updates.
28 Mar 2024
- Added new APIs to allow managing disputes.
18 Mar 2024
- Exposed delivery tracking details if available.
28 Feb 2024
- Added a new API to allow deleting card spend limits.
21 Feb 2024
- Added explanation for dispute handling via API reasons.
24 Jan 2024
- Added explanation for card transaction decline reason.
29 Nov 2023
- Added a new API to allow listing payment tokens.
22 Nov 2023
- Added guide on dispute handling via API.
22 Nov 2023
- Added
deliveryEstimate
field toCard Order
.
20 Nov 2023
- Added a new API to add more spend-controls on your card transactions.
16 Nov 2023
- Added API guide for push provisioning.
27 Oct 2023
- Added an API to get a list of card transactions marked for deprecation.
17 Oct 2023
- Updated card spend limits to support transaction limit.
9 Oct 2023
- Published a new version (v4) of the
/{{cardToken}}/spend-limits
endpoint, which has a new request/response format.
2 Oct 23
- The
billingAddress
field is now changed to theaddress
field. You'll still be able to sendbillingAddress
in the/card-order
request, but we recommend switching toaddress
as soon as possible. We'll deprecate thebillingAddress
field at a later date. - Support for BR addresses is now available.
30 Aug 2023
- Added a new API,
/address/validate
. If you currently don't retrieve the address via another endpoint, please be sure to validate all addresses with the above endpoint before you send them in the/card-order
request.
11 Aug 2023
- Return all the possible card statuses in both the
/status
API andcards#card-order-status-change
webhook.
8 Aug 2023
- Ordering a physical card over the API is now available.
27 Jul 2023
- Added new fields to the
cards#transaction-state-change
webhook.