We have added a Risk Engine page to explain how you would interact with various different providers.
For more information, see our Risk Engine page.
We have added a Risk Engine page to explain how you would interact with various different providers.
For more information, see our Risk Engine page.
We have improved our introduction to give you more information on BR-DGE and what we provide!
For more information, see our Introduction page.
Our payment flows can now be found on their own page: Payment Flows.
We have added three new error codes that our service can produce:
4284
Transaction Error: Unknown decline.
4285
Transaction Error: Do not honor.
4286
Transaction Error: Resubmit transaction.
We have added a paymentInstrument
field to the response of the payment-status endpoint GET /v1/payments/{paymentId}/status
.
This only applies to payments made using Google Pay and Apple Pay.
Information inside the paymentInstrument
field includes:
For more information, please see the Retrieve Payment Status section of the Google Pay Feature page.
We have changed the 4254
response code description to:
Transaction Error: Unknown or expired payment nonce or token.
We have added a new payment status, EXPIRED
.
When a notification with EXPIRE
is received from a Payment Service Provider (PSP), we will update the payment status to a new status of EXPIRED
and return the new response code:
4283 - Transaction Error: Authorization expired.
The reason for the expiration can vary according to card scheme, please contact your PSP if you require further information.
We have added fingerprint
and fingerprintExtended
fields to the response of both GET /v1/payments/{paymentId}/status and GET /v1/payouts/{paymentId}/status.
This functionality is only for payments and payouts using
CARD
.
We have added information on our BR-DGE Portal. For more information, please see the BR-DGE Portal page.
We have added functionality to use Kount to assess risk for a payment.
To create a payment and use the Kount risk engine to assess risk, send a request to the POST /v1/payments endpoint with the riskInstruments
object containing Kounts sessionId
. You will receive a score
within the riskAssessments
object in the response.
riskInstruments
object in POST /v1/payments.To check the payment status, including Kounts score, send a request to the GET /v1/payments/{paymentId}/status endpoint. You will receive a score
within the riskAssessments
object.
We have fixed a bug so if you are not using Kount's risk engine, you will NOT receive the
riskAssessments
object when querying the GET /v1/payments/{paymentId}/status endpoint. Previously this would be returned, but set tonull
.
You can now use the POST /v1/payments endpoint to get information about your paymentInstrument
. To get an enhanced payment response set include
to a value, for example, paymentInstrument
, and you will get an object, included
, in the response.
For more information, please look at both examples included in the POST /v1/payments endpoint:
You will only get the enhanced payment response if your Payment Instrument type is
CARD
,TOKENIZED
,APPLEPAY
orGOOGLEPAY
.