XML Example: Creating a Session

Light Dark
HOP Request
12345678910111213141516171819202122232425262728293031323334353637
<="urn:schemas-cybersource-com:transaction-data-1.213"> <merchantID>test_merchant</merchantID> <merchantReferenceCode>refnum-1234</merchantReferenceCode> <billTo> <firstName>John</firstName> <lastName>Smith</lastName> <street1>123 Happy St</street1> <city>Sunnyville</city> <state>VA</state> <postalCode>12345</postalCode> <country>US</country> <email>test@cybs.com</email> </billTo> <item> <unitPrice>150.00</unitPrice> <quantity>1</quantity> <productCode>A4890B5023</productCode> <productName>Skirt on the sky</productName> <productSKU>skirtonsky$bluegreen</productSKU> <taxAmount>4.50</taxAmount> <totalAmount>154.50</totalAmount> <productDescription>Amnesiac Shirt</productDescription> </item> <purchaseTotals> <currency>USD</currency> <grandTotalAmount>154.50</grandTotalAmount> </purchaseTotals> <apPaymentType>kli</apPaymentType> <apSessionsService run="true"> <cancelURL>https://www.merchant.com</cancelURL> <successURL>https://www.merchant.com?auth-token={{authorization_token}}</successURL> <failureURL>https://www.merchant.com</failureURL> <sessionsType>N</sessionsType> <paymentMethod_name>pay_now</paymentMethod_name> <paymentFlowMode>HOP</paymentFlowMode> </apSessionsService> </>
HOP Response
1234567891011121314151617181920
<:c="urn:schemas-cybersource-com:transaction-data-1.213"> <merchantReferenceCode>refnum-1234</merchantReferenceCode> <requestID>6957556550046839703010</requestID> <decision>ACCEPT</decision> <reasonCode>100</reasonCode> <requestToken>AxjnrwSTeSt+U42aL4Xi/6IZYjWmdqbZrNGMSeojmjL6m3SB3i0ZiwyaSZejFlof+k3krflONmi+F4gA7yG1</requestToken> <purchaseTotals> <currency>USD</currency> </purchaseTotals> <apSessionsReply> <reasonCode>100</reasonCode> <responseCode>00000</responseCode> <merchantURL>https://pay.playground.klarna.com/na/hpp/payments/1vmXvue</merchantURL> <processorToken>eyJhbGciOiJSUzI1NiIsI_TEST_TOKEN_I4MTEtMzYzNy1hYTRjLTY2ZW</processorToken> <amount>154.50</amount> <reconciliationID>XFZ3ZMYV41DO</reconciliationID> <status>COMPLETED</status> <dateTime>2023-09-26T19:14:16Z</dateTime> </apSessionsReply> </>