We have added the cardOnFileSaveEnabled
field to the Hosted Payments Orders endpoint. Giving you more control over the way you display card-on-file options to your customers using the BR-DGE Hosted Payments Page.
We have added the 4281
response code description as:
Transaction Error: Unknown transaction failure.
For Vault Import, we have imposed a limit on the number of tokens that can be associated with a Customer ID.
If 400 or more tokens are associated with a Customer ID, any subsequent tokenization attempts which link to
that CustomerID will be ignored.
API Reference updates:
- Added
paymentAccountReference
to thenetworkToken
object in our "Network Token Status Change Event" and "Network Token Metadata Update Event" Callback responses. - Added new
tokenProvisioningStatus
field topspTokens
object. - Updated example responses for POST and GET /v1/payment-instruments API endpoint.
- Added
PspTokenInstrument
topaymentInstrument
object in POST /v1/payments and POST /v1/payouts API endpoints.
User Guide improvements:
- Added details about making payments and payouts by using the PSP Tokens. For more information, see Vault Interoperability page.
You can now create Payment Service Providers (PSP) tokens for your Card-on-Files in multiple different ways, outside of traditional payment flows. You can also receive notifications during the provisioning process.
For more information, see our Vault Interoperability page.
Removed TransactionId from the list of required fields in the PspInfo object.
You can use the Worldpay Worldwide Payment Gateway (WPG) as a Payment Service Provider (PSP) for the following:
- Payments
- Cardholder Initiated Transactions (CITs)
- Payment Instruments
- Cards
- Digital Wallets
- Apple Pay
- Google Pay
- Payment Instruments
- Merchant Initiated Transactions (MITs)
- Payment Instruments
- BR-DGE Card-on-File
- Types
- Standing Instruction
- Unscheduled
- Recurring
- Standing Instruction
- Payment Instruments
- Split Auth and Capture (SAC)
- Mail Order Telephone Order (MOTO)
- Cardholder Initiated Transactions (CITs)
- Payouts
- Cards
- Apple Pay
- Google Pay
- Refunds
For more information, see our Worldpay Integration page.
We have added a maximum number of 200 Card-on-File tokens per customerID
. If you exceed 200 tokens created for a customer, you will be presented with this new error code:
4287
Request Error: The limit of Cards on File that can be associated with a single customerID has been exceeded.
- Updated the
description
field for all API endpoints.- Added a new guide for the BR-DGE Vault Import.
We have added a new synchronousProvisioning
field to the BR-DGE Vault card-on-file creation endpoint.
This allows merchants that are enabled with BR-DGE standalone network tokens to be able to provision a network token
synchronously when creating a card-on-file. Additionally, this supports synchronously creating a cryptogram for the
network token that is created in this request.
For more information around card-on-files and network tokenization, see the BR-DGE Vault page.