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.
- For more information on the request, please see the
riskInstruments
object in POST /v1/payments. - For more information on the response, please see the example responses in POST /v1/payments:
- "Successful payment with riskAssessments".
- "Successful payment with unavailable risk engine".
- "Transaction declined due to risk engine's assessment".
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.
- For more information on the response, please see the example responses in GET /v1/payments/{paymentId}/status:
- "Payment status with risk assessment information".
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:
- "Payment with Card Payment" request.
- "Successful Payment With Included PaymentInstrument" response.
You will only get the enhanced payment response if your Payment Instrument type is
CARD
,TOKENIZED
,APPLEPAY
orGOOGLEPAY
.
The BR-DGE Android SDK provides bindings into the BR-DGE REST API and automations of payment flow tasks that need to occur within an Android application. For more information, see our Android SDK page.
We have two new endpoints so you can look up metadata on the associated DPAN of a Google Pay and Apple Pay token:
Where the decrypted Google Pay token is
PAN_ONLY
, the metadata would be returned for the PAN details.
You can provide your own branding for use within the Hosted Payment Page (HPP). For more information, please see the Hosted Payment Page Branding page.
The BR-DGE Hosted Fields Module styling is customisable. For more information, please see the Hosted Fields Styling page.
We have released new Google Pay API functionality. Please have a look at the Google Pay Feature Page for more information on the different implementation options and how to use them!
Please try our new functionality, as you can now search terms to find what you need, play with our API endpoints in the BR-DGE REST API section and see definitions by hovering over certain terms.