BNPL Auth Response Structure
An BNPL Auth response has the following structure.
<authorizationResponse id="Authorization Id" reportGroup="iQ Report Group" customerId="Customer Id">
<cnpTxnId>Transaction Id</cnpTxnId>
<response>Response Code</response>
<responseTime>Date and Time in GMT</responseTime>
<message>Response Message</message>
<location>Processing Location</location>
</BNPLAuthResponse>
Example: BNPLAuthResponse
<cnpOnlineResponse version="12.39" xmlns="http://www.vantivcnp.com/schema" response="0" message="Valid Format>
<BNPLAuthResponse id="834262" reportGroup="ABC Division" customerId="Customer123">
<cnpTxnId>82938787036942693</cnpTxnId>
<response>015</response>
<responseTime>2024-06-30T13:30:56</responseTime>
<message>Pending Shopper Checkout Completion</message>
<location>dev</location>
<checkoutUrl>checkoutUrl>https://apexx.global/atomic/v1/api/payment/checkout/cf7ddc19bc644d639707644295c3a23920240531/page</checkoutUrl>
</BNPLAuthResponse>
</cnpOnlineRequest>