Definition
https://sandbox.bluesnap.com/services/2/batch/order-placement
Documentation
The Create Order and New Shopper request enables you to create a shopper account and an order in a single request. The created shopper can be used later for recurring payments or future orders.
This is useful when you want to allow guest shoppers to make a purchase, or when you would like to set up a new shopper account at the same time that the order is made. If you’re setting up a new shopper, we recommend that you add a shopper approval box to your checkout page so they have the opportunity to provide their consent to store their payment details; for example:
For more information, refer to Card on File.
If you wish to place an order for an existing shopper, refer to the Create Order with Existing Shopper service.
Request Content
batch-order
required, contains the following properties (refer to batch-order):
shopper
container required, contains the following properties (refer to shopper):
web-info
container required (refer to web-info)
fraud-info
container required (refer to fraud-info)
shopper-info
container required (refer to shopper-info)
wallet-id
integer optional applicable for Masterpass and Visa Checkout
order
container required, contains the following properties (refer to order):
ordering-shopper
container required (refer to ordering-shopper)
transaction-order-source
string
cart
container required (refer to cart)
expected-total-price
container required (refer to expected-total-price)
soft-descriptor
string optional
descriptor-phone-number
string optional
affiliate-id
long optional
seller-order-id
string optional
three-d-secure
container optional (refer to three-d-secure)
store-card
boolean optional
Response Details
If successful, the response HTTP status code is 201 Created.
The Location response header contains the URI of the newly created batch-order
resource.
The response body contains the batch-order
resource.
For details about possible errors, refer to: General Errors, Payment & Processor Errors, Shopper Errors, Fraud Errors, Hosted Payment Field Errors, and Wallet Errors.
Examples
Request Examples
curl -v -X POST https://sandbox.bluesnap.com/services/2/batch/order-placement \
-H 'Content-Type: application/xml' \
-H 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=' \
-d '
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/5.0 (Linux; X11)</user-agent>
</web-info>
<shopper-info>
<store-id>10540</store-id>
<locale>en</locale>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>[email protected]</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<zip>75654</zip>
<state>CA</state>
<country>US</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</shopper-contact-info>
<payment-info>
<credit-cards-info>
<credit-card-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
</billing-contact-info>
<credit-card>
<card-number>4111 1111 1111 1111</card-number>
<security-code>123</security-code>
<card-type>VISA</card-type>
<expiration-month>09</expiration-month>
<expiration-year>2023</expiration-year>
</credit-card>
</credit-card-info>
</credit-cards-info>
</payment-info>
</shopper-info>
</shopper>
<order>
<store-card>true</store-card>
<ordering-shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/5.0 (Linux; X11)</user-agent>
</web-info>
<fraud-info>
<fraud-session-id>1234567890</fraud-session-id>
</fraud-info>
</ordering-shopper>
<cart>
<cart-item>
<sku>
<sku-id>2183634</sku-id>
</sku>
<quantity>1</quantity>
</cart-item>
</cart>
<expected-total-price>
<amount>50.00</amount>
<currency>USD</currency>
</expected-total-price>
</order>
</batch-order>
curl -v -X POST https://sandbox.bluesnap.com/services/2/batch/order-placement \
-H 'Content-Type: application/xml' \
-H 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=' \
-d '
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/5.0 (Linux; X11)</user-agent>
</web-info>
<shopper-info>
<store-id>11580</store-id>
<locale>en</locale>
</shopper-info>
<wallet-id>21</wallet-id>
</shopper>
<order>
<ordering-shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/5.0 (Linux; X11)</user-agent>
</web-info>
</ordering-shopper>
<cart>
<cart-item>
<sku>
<sku-id>2183716</sku-id>
</sku>
<quantity>1</quantity>
</cart-item>
</cart>
<expected-total-price>
<amount>10.00</amount>
<currency>USD</currency>
</expected-total-price>
</order>
</batch-order>
curl -v -X POST https://sandbox.bluesnap.com/services/2/batch/order-placement \
-H 'Content-Type: application/xml' \
-H 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=' \
-d '
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/5.0 (Linux; X11)</user-agent>
</web-info>
<shopper-info>
<store-id>1900</store-id>
<locale>en</locale>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>[email protected]</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<zip>75654</zip>
<state>CA</state>
<country>US</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</shopper-contact-info>
<payment-info>
<credit-cards-info>
<credit-card-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
</billing-contact-info>
<pf-token>f211359433c202841a517f25031326d78ec42b5f9fdcd194c67c5962759741be_</pf-token>
</credit-card-info>
</credit-cards-info>
</payment-info>
</shopper-info>
</shopper>
<order>
<ordering-shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/5.0 (Linux; X11)</user-agent>
</web-info>
</ordering-shopper>
<transaction-initiator>SHOPPER</transaction-initiator>
<cart>
<cart-item>
<sku>
<sku-id>2185870</sku-id>
</sku>
<quantity>1</quantity>
</cart-item>
</cart>
<expected-total-price>
<amount>29.99</amount>
<currency>USD</currency>
</expected-total-price>
</order>
</batch-order>'
curl -v -X POST https://sandbox.bluesnap.com/services/2/batch/order-placement \
-H 'Content-Type: application/xml' \
-H 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=' \
-d '
<?xml version="1.0" encoding="UTF-8"?>
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/4.0</user-agent>
<accept-language>en-us</accept-language>
</web-info>
<seller-shopper-id />
<shopper-info>
<shopper-contact-info>
<title>Mr</title>
<first-name>Shopper first</first-name>
<last-name>Shopper last</last-name>
<email>[email protected]</email>
<company-name>JS Company</company-name>
<address1>123 Oxford</address1>
<address2 />
<city>London</city>
<state>ny</state>
<zip>54321</zip>
<country>us</country>
<phone>1800808080</phone>
<fax>1800808080</fax>
</shopper-contact-info>
<shipping-contact-info>
<first-name>Shipping first</first-name>
<last-name>Shipping last</last-name>
<address1>123 Oxford</address1>
<address2 />
<city>London</city>
<state>ny</state>
<zip>54321</zip>
<country>us</country>
</shipping-contact-info>
<payment-info>
<ecps-info>
<ecp-info>
<billing-contact-info>
<first-name>ECP Billing first name</first-name>
<last-name>ECP Billing last name</last-name>
<company-name>JS Company</company-name>
<address1>123 Oxford</address1>
<address2 />
<city>ny</city>
<state>ny</state>
<zip>90210</zip>
<country>us</country>
</billing-contact-info>
<ecp>
<account-number>4099999992</account-number>
<routing-number>011075150</routing-number>
<account-type>CONSUMER_CHECKING</account-type>
</ecp>
</ecp-info>
</ecps-info>
</payment-info>
<store-id>16060</store-id>
<shopper-currency>USD</shopper-currency>
</shopper-info>
</shopper>
<order>
<soft-descriptor>SoftDesc</soft-descriptor>
<ordering-shopper>
<authorized-by-shopper>true</authorized-by-shopper>
<seller-shopper-id />
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/4.0</user-agent>
<accept-language>en-us</accept-language>
</web-info>
</ordering-shopper>
<cart>
<cart-item>
<sku>
<sku-id>2176396</sku-id>
</sku>
<quantity>1</quantity>
</cart-item>
</cart>
<expected-total-price>
<amount>10.00</amount>
<currency>USD</currency>
</expected-total-price>
</order>
</batch-order>
curl -v -X POST https://sandbox.bluesnap.com/services/2/batch/order-placement \
-H 'Content-Type: application/xml' \
-H 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=' \
-d '
<batch-order xmlns="http://ws.plimus.com">
<order>
<ordering-shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/5.0 (Linux; X11)</user-agent>
</web-info>
<wallet>
<wallet-type>APPLE_PAY</wallet-type>
<encoded-payment-token>
eyAgDQogICAidG9rZW4iOnsgIA0KICAgICAgInBheW1lbnREYXRhIjp7ICANCiAgICAgICAgICJkYXRhIjoic1VpSnkxanlWeDFEOEluWWJFUFFRYjFSNTdGazN4QUFBQUFBQUEiLA0KICAgICAgICAgImhlYWRlciI6eyAgDQogICAgICAgICAgICAicHVi==
</encoded-payment-token>
</wallet>
</ordering-shopper>
<cart>
<cart-item>
<sku>
<sku-id>2186654</sku-id>
</sku>
<quantity>1</quantity>
</cart-item>
</cart>
<expected-total-price>
<amount>260.00</amount>
<currency>USD</currency>
</expected-total-price>
</order>
</batch-order>
curl -v -X POST https://sandbox.bluesnap.com/services/2/batch/order-placement \
-H 'Content-Type: application/xml' \
-H 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=' \
-d '
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/5.0 (Linux; X11)</user-agent>
</web-info>
<shopper-info>
<store-id>14912</store-id>
<locale>en</locale>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>[email protected]</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>Toulouse</city>
<zip>75654</zip>
<country>FR</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</shopper-contact-info>
<payment-info>
<sepa-direct-debits-info>
<sepa-direct-debit-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market St</address1>
<city>Toulouse</city>
<zip>75654</zip>
<country>FR</country>
</billing-contact-info>
<sepa-direct-debit>
<iban>DE09100100101234567893</iban>
</sepa-direct-debit>
</sepa-direct-debit-info>
</sepa-direct-debits-info>
</payment-info>
</shopper-info>
</shopper>
<order>
<ordering-shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/5.0 (Linux; X11)</user-agent>
</web-info>
<authorized-by-shopper>true</authorized-by-shopper>
</ordering-shopper>
<cart>
<cart-item>
<sku>
<sku-id>2429827</sku-id>
</sku>
<quantity>1</quantity>
</cart-item>
</cart>
<expected-total-price>
<amount>11.73</amount>
<currency>EUR</currency>
</expected-total-price>
</order>
</batch-order>
curl -v -X POST https://sandbox.bluesnap.com/services/2/batch/order-placement \
-H 'Content-Type: application/xml' \
-H 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=' \
-d '
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>bzq-219-121-253.static.bezeqint.net.reinventhosting.com</remote-host>
<user-agent>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.3; .NET CLR 2.0.50727)</user-agent>
<accept-language>en-us</accept-language>
</web-info>
<seller-shopper-id/>
<shopper-info>
<shopper-contact-info>
<title>Mr</title>
<first-name>Lena</first-name>
<last-name>Kop</last-name>
<email>[email protected]</email>
<company-name>Bluesnap</company-name>
<address1>123 Oxford</address1>
<address2/>
<city>London</city>
<state>ca</state>
<zip>54321</zip>
<country>us</country>
<phone>1800808080</phone>
<fax>9999947238292</fax>
</shopper-contact-info>
<shipping-contact-info>
<first-name>Shipping first name</first-name>
<last-name>Shipping last name</last-name>
<address1>123 Oxford</address1>
<address2/>
<city>London</city>
<state>ny</state>
<zip>54321</zip>
<country>us</country>
</shipping-contact-info>
<payment-info>
<credit-cards-info>
<credit-card-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market st</address1>
<city>San Francisco</city>
<zip>756543</zip>
<state>CA</state>
<country>US</country>
</billing-contact-info>
<credit-card>
<card-number>4012 0000 3333 0026</card-number>
<card-type>VISA</card-type>
<expiration-month>12</expiration-month>
<expiration-year>2021</expiration-year>
<security-code>111</security-code>
</credit-card>
</credit-card-info>
</credit-cards-info>
</payment-info>
<store-id>1980</store-id>
<shopper-currency>USD</shopper-currency>
<locale>en</locale>
</shopper-info>
</shopper>
<order>
<soft-descriptor>DescTest</soft-descriptor>
<ordering-shopper>
<seller-shopper-id/>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>bzq-219-121-253.static.bezeqint.net.reinventhosting.com</remote-host>
<user-agent>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.3; .NET CLR 2.0.50727)</user-agent>
<accept-language>en-us</accept-language>
</web-info>
</ordering-shopper>
<cart>
<cart-item>
<sku>
<sku-id>2201396</sku-id>
<price>
<amount/>
<currency/>
</price>
<soft-descriptor>DescTest</soft-descriptor>
</sku>
<quantity>1</quantity>
</cart-item>
<cdod>false</cdod>
</cart>
<expected-total-price>
<amount>25.00</amount>
<currency>USD</currency>
</expected-total-price>
<store-card>false</store-card>
</order>
</batch-order>
curl -v -X POST https://sandbox.bluesnap.com/services/2/batch/order-placement \
-H 'Content-Type: application/xml' \
-H 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=' \
-d '
<batch-order xmlns="http://ws.plimus.com">
<order>
<ordering-shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/5.0 (Linux; X11)</user-agent>
</web-info>
<wallet>
<wallet-type>GOOGLE_PAY</wallet-type>
<encoded-payment-token>eyJwYXltZW50TWV0aG9kVG9rZW4iOnsidG99</encoded-payment-token>
</wallet>
</ordering-shopper>
<cart>
<cart-item>
<sku>
<sku-id>2186654</sku-id>
</sku>
<quantity>1</quantity>
</cart-item>
</cart>
<expected-total-price>
<amount>260.00</amount>
<currency>USD</currency>
</expected-total-price>
</order>
</batch-order>
curl -v -X POST https://sandbox.bluesnap.com/services/2/batch/order-placement \
-H 'Content-Type: application/xml' \
-H 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=' \
-d '
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/5.0 (Linux; X11)</user-agent>
</web-info>
<shopper-info>
<store-id>1900</store-id>
<locale>en</locale>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>[email protected]</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<zip>75654</zip>
<state>CA</state>
<country>US</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</shopper-contact-info>
<payment-info>
<credit-cards-info>
<credit-card-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
</billing-contact-info>
<credit-card>
<card-number>4111 1111 1111 1111</card-number>
<security-code>123</security-code>
<card-type>VISA</card-type>
<expiration-month>09</expiration-month>
<expiration-year>2023</expiration-year>
</credit-card>
</credit-card-info>
</credit-cards-info>
</payment-info>
</shopper-info>
</shopper>
<order>
<ordering-shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/5.0 (Linux; X11)</user-agent>
</web-info>
</ordering-shopper>
<transaction-order-source>MOTO</transaction-order-source>
<cart>
<cart-item>
<sku>
<sku-id>2185870</sku-id>
</sku>
<quantity>1</quantity>
</cart-item>
</cart>
<expected-total-price>
<amount>29.99</amount>
<currency>USD</currency>
</expected-total-price>
</order>
</batch-order>
curl -v -X POST https://sandbox.bluesnap.com/services/2/batch/order-placement \
-H 'Content-Type: application/xml' \
-H 'Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=' \
-d '
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/5.0 (Linux; X11)</user-agent>
</web-info>
<shopper-info>
<store-id>1900</store-id>
<locale>en</locale>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>[email protected]</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<zip>75654</zip>
<state>CA</state>
<country>US</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</shopper-contact-info>
<payment-info>
<credit-cards-info>
<credit-card-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
</billing-contact-info>
<credit-card>
<card-number>4111 1111 1111 1111</card-number>
<security-code>123</security-code>
<card-type>VISA</card-type>
<expiration-month>09</expiration-month>
<expiration-year>2023</expiration-year>
</credit-card>
</credit-card-info>
</credit-cards-info>
</payment-info>
</shopper-info>
</shopper>
<order>
<ordering-shopper>
<web-info>
<ip>62.219.121.253</ip>
<remote-host>www.merchant.com</remote-host>
<user-agent>Mozilla/5.0 (Linux; X11)</user-agent>
</web-info>
</ordering-shopper>
<three-d-secure>
<three-d-secure-reference-id>4847</three-d-secure-reference-id>
</three-d-secure>
<cart>
<cart-item>
<sku>
<sku-id>2185870</sku-id>
</sku>
<quantity>1</quantity>
</cart-item>
</cart>
<expected-total-price>
<amount>29.99</amount>
<currency>USD</currency>
</expected-total-price>
</order>
</batch-order>'
Response Examples
<?xml version="1.0" encoding="UTF-8"?>
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<shopper-info>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>[email protected]</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</shopper-contact-info>
<shipping-contact-info />
<invoice-contacts-info>
<invoice-contact-info>
<default>true</default>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>[email protected]</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</invoice-contact-info>
</invoice-contacts-info>
<payment-info>
<credit-cards-info>
<credit-card-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
</billing-contact-info>
<credit-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>VISA</card-type>
<card-sub-type>CREDIT</card-sub-type>
<card-category>CLASSIC</card-category>
</credit-card>
</credit-card-info>
</credit-cards-info>
<ecps-info />
<balance />
</payment-info>
<store-id>10540</store-id>
<shopper-currency>USD</shopper-currency>
<locale>en</locale>
</shopper-info>
</shopper>
<order>
<order-id>3950743</order-id>
<ordering-shopper>
<shopper-id>19576544</shopper-id>
</ordering-shopper>
<cart>
<charged-currency>USD</charged-currency>
<cart-item>
<sku>
<sku-id>2183634</sku-id>
<sku-name>Example Product Example SKU</sku-name>
</sku>
<quantity>1</quantity>
<item-sub-total>1.00</item-sub-total>
</cart-item>
<tax>0.00</tax>
<tax-rate>0</tax-rate>
<total-cart-cost>1.00</total-cart-cost>
</cart>
<post-sale-info>
<invoices>
<invoice>
<invoice-id>1008856044</invoice-id>
<url>https://sandbox.bluesnap.com/jsp/show_invoice.jsp?ref=AFD7311386AA2F3E284B0AA5582813A3</url>
<financial-transactions>
<financial-transaction>
<status>Approved</status>
<date-due>20-Oct-18</date-due>
<date-created>20-Oct-18</date-created>
<amount>1.00</amount>
<currency>USD</currency>
<soft-descriptor>BLS*JohnDoe</soft-descriptor>
<payment-method>Credit Card</payment-method>
<target-balance>BLUESNAP_ACCOUNT</target-balance>
<credit-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>Visa</card-type>
<card-sub-type>CREDIT</card-sub-type>
<card-category>CLASSIC</card-category>
<expiration-month>9</expiration-month>
<expiration-year>2023</expiration-year>
</credit-card>
<paypal-transaction-data />
<invoice-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>[email protected]</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</invoice-contact-info>
<skus>
<sku>
<sku-id>2152762</sku-id>
</sku>
</skus>
</financial-transaction>
</financial-transactions>
</invoice>
</invoices>
</post-sale-info>
<fulfillment>
<license-keys />
<download-links>
<sku-download-link>
<sku-id>2183634</sku-id>
<sku-name>Example Product Example SKU</sku-name>
<download-link>https://sandbox.bluesnap.com/jsp/dlapp.jsp?ref=1008856052C2152762C1256344</download-link>
</sku-download-link>
</download-links>
</fulfillment>
</order>
</batch-order>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<shopper-info>
<shopper-contact-info>
<first-name>Joe</first-name>
<last-name>Test</last-name>
<email>[email protected]</email>
<address1>123 Street</address1>
<city>City</city>
<state>CA</state>
<zip>90001</zip>
<country>US</country>
<phone>19876543210</phone>
</shopper-contact-info>
<shipping-contact-info>
<first-name>Joe</first-name>
<last-name>Test</last-name>
<address1>123 Street</address1>
<city>New York</city>
<state>NY</state>
<zip>10005</zip>
<country>US</country>
</shipping-contact-info>
<invoice-contacts-info>
<invoice-contact-info>
<default>true</default>
<first-name>JOE</first-name>
<last-name>Test</last-name>
<email>[email protected]</email>
<address1>123 Street</address1>
<city>City</city>
<state>CA</state>
<zip>90001</zip>
<country>us</country>
<phone>19876543210</phone>
</invoice-contact-info>
</invoice-contacts-info>
<payment-info>
<credit-cards-info>
<credit-card-info>
<billing-contact-info>
<first-name>Joe</first-name>
<last-name>Test</last-name>
<address1>123 Street</address1>
<city>City</city>
<state>CA</state>
<zip>90001</zip>
<country>us</country>
</billing-contact-info>
<credit-card>
<card-last-four-digits>8130</card-last-four-digits>
<card-type>MASTERCARD</card-type>
<card-sub-type>DEBIT</card-sub-type>
</credit-card>
<processing-info/>
</credit-card-info>
</credit-cards-info>
<ecps-info/>
<balance/>
</payment-info>
<store-id>11580</store-id>
<shopper-currency>USD</shopper-currency>
<locale>en</locale>
</shopper-info>
</shopper>
<order>
<order-id>3991955</order-id>
<ordering-shopper>
<shopper-id>19574166</shopper-id>
</ordering-shopper>
<cart>
<charged-currency>USD</charged-currency>
<cart-item>
<sku>
<sku-id>2183716</sku-id>
<sku-name>Books Book 4</sku-name>
</sku>
<quantity>1</quantity>
<item-sub-total>10.00</item-sub-total>
</cart-item>
<tax>0.00</tax>
<tax-rate>0</tax-rate>
<total-cart-cost>10.00</total-cart-cost>
</cart>
<post-sale-info>
<invoices>
<invoice>
<invoice-id>38512196</invoice-id>
<url>http://sandbox.bluesnap.com/jsp/show_invoice.jsp?ref=9F5E1A1BBDE6EBE1</url>
<financial-transactions>
<financial-transaction>
<status>Pending</status>
<date-due>08-May-18</date-due>
<date-created>08-May-18</date-created>
<amount>10.00</amount>
<currency>USD</currency>
<soft-descriptor>BLS*JoeTest</soft-descriptor>
<payment-method>Credit Card</payment-method>
<target-balance>BLUESNAP_ACCOUNT</target-balance>
<credit-card>
<card-last-four-digits>8130</card-last-four-digits>
<card-type>Master Card</card-type>
<card-sub-type>CREDIT</card-sub-type>
<expiration-month>5</expiration-month>
<expiration-year>2021</expiration-year>
</credit-card>
<paypal-transaction-data/>
<invoice-contact-info>
<first-name>Joe</first-name>
<last-name>Test</last-name>
<email>[email protected]</email>
<address1>123 Street</address1>
<city>City</city>
<state>CA</state>
<zip>90001</zip>
<country>us</country>
<phone>19876543210</phone>
</invoice-contact-info>
<skus>
<sku>
<sku-id>2183716</sku-id>
</sku>
</skus>
</financial-transaction>
</financial-transactions>
</invoice>
</invoices>
</post-sale-info>
<fulfillment>
<license-keys/>
</fulfillment>
</order>
</batch-order>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<shopper-info>
<shopper-id>19574626</shopper-id>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>us</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</shopper-contact-info>
<shipping-contact-info/>
<invoice-contacts-info>
<invoice-contact-info>
<default>true</default>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>us</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</invoice-contact-info>
</invoice-contacts-info>
<payment-info>
<credit-cards-info>
<credit-card-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>us</country>
</billing-contact-info>
<credit-card>
<card-last-four-digits>1000</card-last-four-digits>
<card-type>VISA</card-type>
<bin-category>CONSUMER</bin-category>
<card-regulated>N</card-regulated>
<expiration-month>01</expiration-month>
<expiration-year>2022</expiration-year>
<issuing-country-code>US</issuing-country-code>
</credit-card>
<processing-info/>
</credit-card-info>
</credit-cards-info>
<ecps-info/>
<sepa-direct-debits-info/>
<balance/>
</payment-info>
<store-id>1900</store-id>
<shopper-currency>USD</shopper-currency>
<locale>en</locale>
</shopper-info>
</shopper>
<order>
<order-id>3991071</order-id>
<ordering-shopper>
<shopper-id>19574626</shopper-id>
</ordering-shopper>
<cart>
<charged-currency>USD</charged-currency>
<cart-item>
<sku>
<sku-id>2185870</sku-id>
<sku-name>NewSubscriptions Standard Plan</sku-name>
</sku>
<quantity>1</quantity>
<url>https://sandbox.bluesnap.com/services/2/subscriptions/39531748</url>
<item-sub-total>29.99</item-sub-total>
</cart-item>
<tax>0.00</tax>
<tax-rate>0</tax-rate>
<total-cart-cost>29.99</total-cart-cost>
</cart>
<post-sale-info>
<invoices>
<invoice>
<invoice-id>38510968</invoice-id>
<url>https://sandbox.bluesnap.com/jsp/show_invoice.jsp?ref=2FFBDE43D637A4E7</url>
<financial-transactions>
<financial-transaction>
<status>Approved</status>
<date-due>24-Jul-19</date-due>
<date-created>24-Jul-19</date-created>
<amount>29.99</amount>
<currency>USD</currency>
<soft-descriptor>BLS*BS</soft-descriptor>
<payment-method>Credit Card</payment-method>
<target-balance>BLUESNAP_ACCOUNT</target-balance>
<credit-card>
<card-last-four-digits>1000</card-last-four-digits>
<card-type>Visa</card-type>
<card-sub-type>CREDIT</card-sub-type>
<bin-category>CONSUMER</bin-category>
<expiration-month>1</expiration-month>
<expiration-year>2022</expiration-year>
<issuing-country-code>us</issuing-country-code>
</credit-card>
<paypal-transaction-data/>
<invoice-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>us</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</invoice-contact-info>
<skus>
<sku>
<sku-id>2185870</sku-id>
</sku>
</skus>
</financial-transaction>
</financial-transactions>
</invoice>
</invoices>
</post-sale-info>
<fulfillment>
<license-keys/>
</fulfillment>
<three-d-secure>
<authentication-result>AUTHENTICATION_SUCCEEDED</authentication-result>
</three-d-secure>
<network-transaction-info>
<network-transaction-id>019072416023966</network-transaction-id>
</network-transaction-info>
</order>
</batch-order>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<shopper-info>
<shopper-id>19593226</shopper-id>
<shopper-contact-info>
<title>Mr</title>
<first-name>Shopper first</first-name>
<last-name>Shopper last</last-name>
<email>[email protected]</email>
<company-name>JS Company</company-name>
<address1>123 Oxford</address1>
<address2></address2>
<city>London</city>
<state>NY</state>
<zip>54321</zip>
<country>us</country>
<phone>1800808080</phone>
<fax>1800808080</fax>
</shopper-contact-info>
<shipping-contact-info>
<first-name>Shipping first</first-name>
<last-name>Shipping last</last-name>
<address1>123 Oxford</address1>
<address2></address2>
<city>London</city>
<state>NY</state>
<zip>54321</zip>
<country>us</country>
</shipping-contact-info>
<invoice-contacts-info>
<invoice-contact-info>
<default>true</default>
<title>Mr</title>
<first-name>Shopper first</first-name>
<last-name>Shopper last</last-name>
<email>[email protected]</email>
<company-name>JS Company</company-name>
<address1>123 Oxford</address1>
<address2></address2>
<city>London</city>
<state>NY</state>
<zip>54321</zip>
<country>us</country>
<phone>1800808080</phone>
<fax>1800808080</fax>
</invoice-contact-info>
</invoice-contacts-info>
<payment-info>
<credit-cards-info/>
<ecps-info>
<ecp-info>
<billing-contact-info>
<first-name>ECP Billing first name</first-name>
<last-name>ECP Billing last name</last-name>
<company-name>JS Company</company-name>
<address1>123 Oxford</address1>
<address2></address2>
<city>ny</city>
<state>NY</state>
<zip>90210</zip>
<country>us</country>
</billing-contact-info>
<ecp>
<account-number>4099999992</account-number>
<routing-number>011075150</routing-number>
<account-type>CONSUMER_CHECKING</account-type>
<public-account-number>99992</public-account-number>
<public-routing-number>75150</public-routing-number>
</ecp>
</ecp-info>
</ecps-info>
<balance/>
</payment-info>
<store-id>16060</store-id>
<shopper-currency>USD</shopper-currency>
<locale>en</locale>
</shopper-info>
</shopper>
<order>
<order-id>4011943</order-id>
<ordering-shopper>
<shopper-id>19593226</shopper-id>
</ordering-shopper>
<cart>
<charged-currency>USD</charged-currency>
<cart-item>
<sku>
<sku-id>2176396</sku-id>
<sku-name>Books 1st book</sku-name>
</sku>
<quantity>1</quantity>
<item-sub-total>10.00</item-sub-total>
</cart-item>
<tax>0.00</tax>
<tax-rate>0</tax-rate>
<total-cart-cost>10.00</total-cart-cost>
</cart>
<post-sale-info>
<invoices>
<invoice>
<invoice-id>38532000</invoice-id>
<url>http://sandbox.bluesnap.com/jsp/show_invoice.jsp?ref=C9347DB7CAD1718B</url>
<financial-transactions>
<financial-transaction>
<status>Pending</status>
<date-due>06-Oct-16</date-due>
<date-created>06-Oct-16</date-created>
<amount>10.00</amount>
<currency>USD</currency>
<soft-descriptor>SoftDesc</soft-descriptor>
<payment-method>Electronic Check Presentment</payment-method>
<target-balance>BLUESNAP_ACCOUNT</target-balance>
<paypal-transaction-data/>
<ecp>
<account-type>CONSUMER_CHECKING</account-type>
<public-account-number>99992</public-account-number>
<public-routing-number>75150</public-routing-number>
</ecp>
<invoice-contact-info>
<title>Mr</title>
<first-name>Shopper first</first-name>
<last-name>Shopper last</last-name>
<email>[email protected]</email>
<company-name>JS Company</company-name>
<address1>123 Oxford</address1>
<city>London</city>
<state>NY</state>
<zip>54321</zip>
<country>us</country>
<phone>1800808080</phone>
<fax>1800808080</fax>
</invoice-contact-info>
<skus>
<sku>
<sku-id>2176396</sku-id>
<sku-name>Books 1st book</sku-name>
</sku>
</skus>
</financial-transaction>
</financial-transactions>
</invoice>
</invoices>
</post-sale-info>
<fulfillment>
<license-keys/>
</fulfillment>
</order>
</batch-order>
<?xml version="1.0" encoding="UTF-8"?>
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<shopper-info>
<shopper-id>19555022</shopper-id>
<shopper-contact-info>
<first-name>John</first-name>
<last-name> Doe</last-name>
<email>[email protected]</email>
<address1>5 Madison Avenue</address1>
<city>New York</city>
<state>NY</state>
<zip>10010</zip>
<country>us</country>
<phone>0542544857</phone>
</shopper-contact-info>
<shipping-contact-info>
<first-name>John</first-name>
<last-name> Doe</last-name>
<address1>5 Madison Avenue</address1>
<city>New York</city>
<state>NY</state>
<zip>10010</zip>
<country>us</country>
</shipping-contact-info>
<invoice-contacts-info>
<invoice-contact-info>
<default>true</default>
<first-name>John</first-name>
<last-name> Doe</last-name>
<email>[email protected]</email>
<address1>5 Madison Avenue</address1>
<city>New York</city>
<state>NY</state>
<zip>10010</zip>
<country>us</country>
<phone>0542544857</phone>
</invoice-contact-info>
</invoice-contacts-info>
<payment-info>
<credit-cards-info/>
<ecps-info/>
<balance/>
</payment-info>
<store-id>1900</store-id>
<shopper-currency>USD</shopper-currency>
<locale>en</locale>
</shopper-info>
</shopper>
<order>
<order-id>3972333</order-id>
<ordering-shopper>
<shopper-id>19555022</shopper-id>
</ordering-shopper>
<cart>
<charged-currency>USD</charged-currency>
<cart-item>
<sku>
<sku-id>2186654</sku-id>
<sku-name>Regular Contracts Hundred</sku-name>
</sku>
<quantity>1</quantity>
<item-sub-total>260.00</item-sub-total>
</cart-item>
<tax>0.00</tax>
<tax-rate>0</tax-rate>
<total-cart-cost>260.00</total-cart-cost>
</cart>
<post-sale-info>
<invoices>
<invoice>
<invoice-id>38488426</invoice-id>
<url>http://sandbox.bluesnap.com/jsp/show_invoice.jsp?ref=3D8A0CFA6AD357C3</url>
<financial-transactions>
<financial-transaction>
<status>Approved</status>
<date-due>16-Mar-17</date-due>
<date-created>16-Mar-17</date-created>
<amount>260.00</amount>
<currency>USD</currency>
<soft-descriptor>BLS_BS</soft-descriptor>
<payment-method>Apple Pay</payment-method>
<target-balance>BLUESNAP_ACCOUNT</target-balance>
<wallet>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<company-name>ECP Company</company-name>
<address1>South St</address1>
<city>Waltham</city>
<state>MA</state>
<zip>02453</zip>
</billing-contact-info>
</wallet>
<paypal-transaction-data/>
<invoice-contact-info>
<first-name>John</first-name>
<last-name> Doe</last-name>
<company-name>ECP Company</company-name>
<email>[email protected]</email>
<address1>5 Madison Avenue</address1>
<city>New York</city>
<state>NY</state>
<zip>10010</zip>
<country>us</country>
<phone>0542544857</phone>
</invoice-contact-info>
<skus>
<sku>
<sku-id>2186654</sku-id>
</sku>
</skus>
</financial-transaction>
</financial-transactions>
</invoice>
</invoices>
</post-sale-info>
<fulfillment>
<license-keys/>
</fulfillment>
<fraud-result-info>
<device-data-collector>N</device-data-collector>
</fraud-result-info>
</order>
</batch-order>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<shopper-info>
<shopper-id>21858941</shopper-id>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@email.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>Toulouse</city>
<zip>75654</zip>
<country>fr</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</shopper-contact-info>
<shipping-contact-info/>
<invoice-contacts-info>
<invoice-contact-info>
<default>true</default>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@email.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>Toulouse</city>
<zip>75654</zip>
<country>fr</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</invoice-contact-info>
</invoice-contacts-info>
<payment-info>
<credit-cards-info/>
<ecps-info/>
<sepa-direct-debits-info>
<sepa-direct-debit-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market St</address1>
<city>Toulouse</city>
<zip>75654</zip>
<country>fr</country>
</billing-contact-info>
<sepa-direct-debit>
<iban-first-four>DE09</iban-first-four>
<iban-last-four>7893</iban-last-four>
</sepa-direct-debit>
</sepa-direct-debit-info>
</sepa-direct-debits-info>
<balance/>
</payment-info>
<store-id>14912</store-id>
<shopper-currency>EUR</shopper-currency>
<locale>en</locale>
</shopper-info>
</shopper>
<order>
<order-id>5835715</order-id>
<ordering-shopper>
<shopper-id>21858941</shopper-id>
</ordering-shopper>
<cart>
<charged-currency>EUR</charged-currency>
<cart-item>
<sku>
<sku-id>2429827</sku-id>
<sku-name>sepa prod sepa one time</sku-name>
</sku>
<quantity>1</quantity>
<item-sub-total>0.73</item-sub-total>
</cart-item>
<tax>0.00</tax>
<tax-rate>0</tax-rate>
<total-cart-cost>0.73</total-cart-cost>
</cart>
<post-sale-info>
<invoices>
<invoice>
<invoice-id>1011296599</invoice-id>
<url>https://sandbox.bluesnap.com/jsp/show_invoice.jsp?ref=CDB32EF9D1C572C6436E39BE78BB87E1</url>
<financial-transactions>
<financial-transaction>
<status>Pending</status>
<date-due>03-Aug-17</date-due>
<date-created>03-Aug-17</date-created>
<amount>0.73</amount>
<currency>EUR</currency>
<soft-descriptor>Oooops LTD</soft-descriptor>
<payment-method>SEPA Direct Debit</payment-method>
<target-balance>BLUESNAP_ACCOUNT</target-balance>
<paypal-transaction-data/>
<sepa-direct-debit>
<iban-first-four>DE09</iban-first-four>
<iban-last-four>7893</iban-last-four>
<mandate-id>Ooo157097</mandate-id>
<mandate-date>03-Aug-17</mandate-date>
<pre-notification-text>The amount of 0.73 EUR will be collected using SEPA Direct Debit with Mandate Ooo157097 from your bank account IBAN DE09XXXXXX7893 in the next few days. Please ensure sufficient funds in your account.</pre-notification-text>
<pre-notification-translation-ref>https://sandbox.bluesnap.com/services/2/translations/sepa/prenotification?transactionid=1011296599</pre-notification-translation-ref>
</sepa-direct-debit>
<invoice-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@email.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>Toulouse</city>
<zip>75654</zip>
<country>fr</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</invoice-contact-info>
<skus>
<sku>
<sku-id>2429827</sku-id>
<sku-name>sepa prod sepa one time</sku-name>
</sku>
</skus>
</financial-transaction>
</financial-transactions>
</invoice>
</invoices>
</post-sale-info>
<fulfillment>
<license-keys/>
</fulfillment>
<fraud-result-info>
<device-data-collector>N</device-data-collector>
</fraud-result-info>
</order>
</batch-order>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<shopper-info>
<shopper-id>19632972</shopper-id>
<username>153053051370318609772522096444212</username>
<password>r788rM1</password>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market st</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>756543</zip>
<country>us</country>
<phone>1413555666</phone>
<fax>1413555666789</fax>
</shopper-contact-info>
<shipping-contact-info/>
<invoice-contacts-info>
<invoice-contact-info>
<default>true</default>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market st</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>756543</zip>
<country>us</country>
<phone>1413555666</phone>
<fax>1413555666789</fax>
</invoice-contact-info>
</invoice-contacts-info>
<payment-info>
<credit-cards-info>
<credit-card-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market st</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>756543</zip>
<country>us</country>
</billing-contact-info>
<credit-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>VISA</card-type>
<expiration-month>09</expiration-month>
<expiration-year>2020</expiration-year>
</credit-card>
<processing-info/>
</credit-card-info>
</credit-cards-info>
<ecps-info/>
<sepa-direct-debits-info/>
<balance/>
</payment-info>
<store-id>1980</store-id>
<shopper-currency>USD</shopper-currency>
<locale>en</locale>
</shopper-info>
</shopper>
<order>
<order-id>4053523</order-id>
<ordering-shopper>
<shopper-id>19632972</shopper-id>
</ordering-shopper>
<cart>
<charged-currency>USD</charged-currency>
<cart-item>
<sku>
<sku-id>2187598</sku-id>
<sku-name>BLUES-3308 test</sku-name>
</sku>
<quantity>1</quantity>
<item-sub-total>2.00</item-sub-total>
</cart-item>
<tax>0.00</tax>
<tax-rate>0</tax-rate>
<total-cart-cost>2.00</total-cart-cost>
</cart>
<post-sale-info>
<invoices>
<invoice>
<invoice-id>38583110</invoice-id>
<url>http://sandbox.bluesnap.com/jsp/show_invoice.jsp?ref=7679CAFC4C2282AB</url>
<financial-transactions>
<financial-transaction>
<status>Approved</status>
<date-due>02-Jul-18</date-due>
<date-created>02-Jul-18</date-created>
<amount>2.00</amount>
<currency>USD</currency>
<soft-descriptor>BLS*BlueSnap</soft-descriptor>
<payment-method>Credit Card</payment-method>
<target-balance>BLUESNAP_ACCOUNT</target-balance>
<credit-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>Visa</card-type>
<expiration-month>9</expiration-month>
<expiration-year>2020</expiration-year>
</credit-card>
<paypal-transaction-data/>
<invoice-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market st</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>756543</zip>
<country>us</country>
<phone>1413555666</phone>
<fax>1413555666789</fax>
</invoice-contact-info>
<skus>
<sku>
<sku-id>2187598</sku-id>
</sku>
</skus>
</financial-transaction>
</financial-transactions>
</invoice>
</invoices>
</post-sale-info>
<fulfillment>
<license-keys/>
</fulfillment>
<fraud-result-info>
<device-data-collector>N</device-data-collector>
</fraud-result-info>
</order>
</batch-order>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<shopper-info>
<shopper-id>19632972</shopper-id>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market st</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>us</country>
<phone>1413555666</phone>
<fax>1413555666789</fax>
</shopper-contact-info>
<shipping-contact-info/>
<invoice-contacts-info>
<invoice-contact-info>
<default>true</default>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market st</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>756543</zip>
<country>us</country>
<phone>1413555666</phone>
<fax>1413555666789</fax>
</invoice-contact-info>
</invoice-contacts-info>
<payment-info>
<credit-cards-info>
<credit-card-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market st</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>756543</zip>
<country>us</country>
</billing-contact-info>
<credit-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>VISA</card-type>
<expiration-month>09</expiration-month>
<expiration-year>2020</expiration-year>
</credit-card>
<processing-info/>
</credit-card-info>
</credit-cards-info>
<ecps-info/>
<sepa-direct-debits-info/>
<balance/>
</payment-info>
<store-id>1980</store-id>
<shopper-currency>USD</shopper-currency>
<locale>en</locale>
</shopper-info>
</shopper>
<order>
<order-id>4053523</order-id>
<ordering-shopper>
<shopper-id>19632972</shopper-id>
</ordering-shopper>
<cart>
<charged-currency>USD</charged-currency>
<cart-item>
<sku>
<sku-id>2187598</sku-id>
<sku-name>BLUES-3308 test</sku-name>
</sku>
<quantity>1</quantity>
<item-sub-total>2.00</item-sub-total>
</cart-item>
<tax>0.00</tax>
<tax-rate>0</tax-rate>
<total-cart-cost>2.00</total-cart-cost>
</cart>
<post-sale-info>
<invoices>
<invoice>
<invoice-id>38583110</invoice-id>
<url>http://sandbox.bluesnap.com/jsp/show_invoice.jsp?ref=7679CAFC4C2282AB</url>
<financial-transactions>
<financial-transaction>
<status>Approved</status>
<date-due>02-Jul-18</date-due>
<date-created>02-Jul-18</date-created>
<amount>2.00</amount>
<currency>USD</currency>
<soft-descriptor>BLS*BlueSnap</soft-descriptor>
<payment-method>Credit Card</payment-method>
<target-balance>BLUESNAP_ACCOUNT</target-balance>
<credit-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>Visa</card-type>
<expiration-month>9</expiration-month>
<expiration-year>2020</expiration-year>
</credit-card>
<paypal-transaction-data/>
<invoice-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market st</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>756543</zip>
<country>us</country>
<phone>1413555666</phone>
<fax>1413555666789</fax>
</invoice-contact-info>
<skus>
<sku>
<sku-id>2187598</sku-id>
</sku>
</skus>
</financial-transaction>
</financial-transactions>
</invoice>
</invoices>
</post-sale-info>
<fulfillment>
<license-keys/>
</fulfillment>
<fraud-result-info>
<device-data-collector>N</device-data-collector>
</fraud-result-info>
</order>
</batch-order>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<shopper-info>
<shopper-id>19632972</shopper-id>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market st</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>us</country>
<phone>1413555666</phone>
<fax>1413555666789</fax>
</shopper-contact-info>
<shipping-contact-info/>
<invoice-contacts-info>
<invoice-contact-info>
<default>true</default>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market st</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>756543</zip>
<country>us</country>
<phone>1413555666</phone>
<fax>1413555666789</fax>
</invoice-contact-info>
</invoice-contacts-info>
<payment-info>
<credit-cards-info/>
<ecps-info/>
<sepa-direct-debits-info/>
<balance/>
</payment-info>
<store-id>1980</store-id>
<shopper-currency>USD</shopper-currency>
<locale>en</locale>
</shopper-info>
</shopper>
<order>
<order-id>4053523</order-id>
<ordering-shopper>
<shopper-id>19632972</shopper-id>
</ordering-shopper>
<cart>
<charged-currency>USD</charged-currency>
<cart-item>
<sku>
<sku-id>2187598</sku-id>
<sku-name>BLUES-3308 test</sku-name>
</sku>
<quantity>1</quantity>
<item-sub-total>2.00</item-sub-total>
</cart-item>
<tax>0.00</tax>
<tax-rate>0</tax-rate>
<total-cart-cost>2.00</total-cart-cost>
</cart>
<post-sale-info>
<invoices>
<invoice>
<invoice-id>38583110</invoice-id>
<url>http://sandbox.bluesnap.com/jsp/show_invoice.jsp?ref=7679CAFC4C2282AB</url>
<financial-transactions>
<financial-transaction>
<status>Approved</status>
<date-due>02-Jul-18</date-due>
<date-created>02-Jul-18</date-created>
<amount>2.00</amount>
<currency>USD</currency>
<soft-descriptor>BLS*BlueSnap</soft-descriptor>
<payment-method>Credit Card</payment-method>
<target-balance>BLUESNAP_ACCOUNT</target-balance>
<wallet>
<wallet-type>GOOGLE_PAY</wallet-type>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market st</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>756543</zip>
<country>us</country>
</billing-contact-info>
<tokenized-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>VISA</card-type>
<card-sub-type>CREDIT</card-sub-type>
<dpan-expiration-month>9</dpan-expiration-month>
<dpan-expiration-year>2025</dpan-expiration-year>
<dpan-last-four-digits>2222</dpan-last-four-digits>
</tokenized-card>
</wallet>
<paypal-transaction-data/>
<invoice-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market st</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>756543</zip>
<country>us</country>
<phone>1413555666</phone>
<fax>1413555666789</fax>
</invoice-contact-info>
<skus>
<sku>
<sku-id>2187598</sku-id>
</sku>
</skus>
</financial-transaction>
</financial-transactions>
</invoice>
</invoices>
</post-sale-info>
<fulfillment>
<license-keys/>
</fulfillment>
<fraud-result-info>
<device-data-collector>N</device-data-collector>
</fraud-result-info>
</order>
</batch-order>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<shopper-info>
<shopper-id>19574318</shopper-id>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>us</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</shopper-contact-info>
<shipping-contact-info/>
<invoice-contacts-info>
<invoice-contact-info>
<default>true</default>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>us</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</invoice-contact-info>
</invoice-contacts-info>
<payment-info>
<credit-cards-info>
<credit-card-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>us</country>
</billing-contact-info>
<credit-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>VISA</card-type>
<bin-category>CONSUMER</bin-category>
<card-regulated>N</card-regulated>
<issuing-bank>JPMORGAN CHASE BANK, N.A.</issuing-bank>
<expiration-month>09</expiration-month>
<expiration-year>2023</expiration-year>
<issuing-country-code>US</issuing-country-code>
</credit-card>
<processing-info/>
</credit-card-info>
</credit-cards-info>
<ecps-info/>
<sepa-direct-debits-info/>
<balance/>
</payment-info>
<store-id>1900</store-id>
<shopper-currency>USD</shopper-currency>
<locale>en</locale>
</shopper-info>
</shopper>
<order>
<order-id>3990713</order-id>
<ordering-shopper>
<shopper-id>19574318</shopper-id>
</ordering-shopper>
<cart>
<charged-currency>USD</charged-currency>
<cart-item>
<sku>
<sku-id>2185870</sku-id>
<sku-name>NewSubscriptions Standard Plan</sku-name>
</sku>
<quantity>1</quantity>
<url>https://sandbox.bluesnap.com/services/2/subscriptions/39531392</url>
<item-sub-total>29.99</item-sub-total>
</cart-item>
<tax>0.00</tax>
<tax-rate>0</tax-rate>
<total-cart-cost>29.99</total-cart-cost>
</cart>
<post-sale-info>
<invoices>
<invoice>
<invoice-id>38510510</invoice-id>
<url>http://sandbox.bluesnap.com/jsp/show_invoice.jsp?ref=D184E63DA7666703</url>
<financial-transactions>
<financial-transaction>
<status>Approved</status>
<date-due>18-Jul-19</date-due>
<date-created>18-Jul-19</date-created>
<amount>29.99</amount>
<currency>USD</currency>
<soft-descriptor>BLS*BS</soft-descriptor>
<payment-method>Credit Card</payment-method>
<target-balance>BLUESNAP_ACCOUNT</target-balance>
<credit-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>Visa</card-type>
<card-sub-type>CREDIT</card-sub-type>
<bin-category>CONSUMER</bin-category>
<issuing-bank>JPMORGAN CHASE BANK, N.A.</issuing-bank>
<expiration-month>9</expiration-month>
<expiration-year>2023</expiration-year>
<issuing-country-code>us</issuing-country-code>
</credit-card>
<paypal-transaction-data/>
<invoice-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>us</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</invoice-contact-info>
<skus>
<sku>
<sku-id>2185870</sku-id>
</sku>
</skus>
</financial-transaction>
</financial-transactions>
</invoice>
</invoices>
</post-sale-info>
<fulfillment>
<license-keys/>
</fulfillment>
<fraud-result-info>
<device-data-collector>N</device-data-collector>
</fraud-result-info>
<network-transaction-info>
<network-transaction-id>759199561020608</network-transaction-id>
</network-transaction-info>
<transaction-order-source>MOTO</transaction-order-source>
</order>
</batch-order>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<shopper-info>
<shopper-id>19574614</shopper-id>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>us</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</shopper-contact-info>
<shipping-contact-info/>
<invoice-contacts-info>
<invoice-contact-info>
<default>true</default>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>us</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</invoice-contact-info>
</invoice-contacts-info>
<payment-info>
<credit-cards-info>
<credit-card-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>us</country>
</billing-contact-info>
<credit-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>VISA</card-type>
<bin-category>CONSUMER</bin-category>
<card-regulated>N</card-regulated>
<issuing-bank>JPMORGAN CHASE BANK, N.A.</issuing-bank>
<expiration-month>09</expiration-month>
<expiration-year>2023</expiration-year>
<issuing-country-code>US</issuing-country-code>
</credit-card>
<processing-info/>
</credit-card-info>
</credit-cards-info>
<ecps-info/>
<sepa-direct-debits-info/>
<balance/>
</payment-info>
<store-id>1900</store-id>
<shopper-currency>USD</shopper-currency>
<locale>en</locale>
</shopper-info>
</shopper>
<order>
<order-id>3991055</order-id>
<ordering-shopper>
<shopper-id>19574614</shopper-id>
</ordering-shopper>
<cart>
<charged-currency>USD</charged-currency>
<cart-item>
<sku>
<sku-id>2185870</sku-id>
<sku-name>NewSubscriptions Standard Plan</sku-name>
</sku>
<quantity>1</quantity>
<url>https://sandbox.bluesnap.com/services/2/subscriptions/39531732</url>
<item-sub-total>29.99</item-sub-total>
</cart-item>
<tax>0.00</tax>
<tax-rate>0</tax-rate>
<total-cart-cost>29.99</total-cart-cost>
</cart>
<post-sale-info>
<invoices>
<invoice>
<invoice-id>38510946</invoice-id>
<url>https://sandbox.bluesnap.com/jsp/show_invoice.jsp?ref=3F3906DCF5FAA648</url>
<financial-transactions>
<financial-transaction>
<status>Approved</status>
<date-due>24-Jul-19</date-due>
<date-created>24-Jul-19</date-created>
<amount>29.99</amount>
<currency>USD</currency>
<soft-descriptor>BLS*BS</soft-descriptor>
<payment-method>Credit Card</payment-method>
<target-balance>BLUESNAP_ACCOUNT</target-balance>
<credit-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>Visa</card-type>
<card-sub-type>CREDIT</card-sub-type>
<bin-category>CONSUMER</bin-category>
<issuing-bank>JPMORGAN CHASE BANK, N.A.</issuing-bank>
<expiration-month>9</expiration-month>
<expiration-year>2023</expiration-year>
<issuing-country-code>us</issuing-country-code>
</credit-card>
<paypal-transaction-data/>
<invoice-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>jdoe@johndoeandsons.com</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>us</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</invoice-contact-info>
<skus>
<sku>
<sku-id>2185870</sku-id>
</sku>
</skus>
</financial-transaction>
</financial-transactions>
</invoice>
</invoices>
</post-sale-info>
<fulfillment>
<license-keys/>
</fulfillment>
<three-d-secure>
<authentication-result>AUTHENTICATION_SUCCEEDED</authentication-result>
</three-d-secure>
<network-transaction-info>
<network-transaction-id>759205694493427</network-transaction-id>
</network-transaction-info>
</order>
</batch-order>
<?xml version="1.0" encoding="UTF-8"?>
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<shopper-info>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>[email protected]</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</shopper-contact-info>
<shipping-contact-info />
<invoice-contacts-info>
<invoice-contact-info>
<default>true</default>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>[email protected]</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</invoice-contact-info>
</invoice-contacts-info>
<payment-info>
<credit-cards-info>
<credit-card-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
</billing-contact-info>
<credit-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>VISA</card-type>
<card-sub-type>CREDIT</card-sub-type>
<card-category>CLASSIC</card-category>
</credit-card>
</credit-card-info>
</credit-cards-info>
<ecps-info />
<balance />
</payment-info>
<store-id>10540</store-id>
<shopper-currency>USD</shopper-currency>
<locale>en</locale>
</shopper-info>
</shopper>
<order>
<order-id>3950743</order-id>
<ordering-shopper>
<shopper-id>19576544</shopper-id>
</ordering-shopper>
<cart>
<charged-currency>USD</charged-currency>
<cart-item>
<sku>
<sku-id>2183634</sku-id>
<sku-name>Example Product Example SKU</sku-name>
</sku>
<quantity>1</quantity>
<item-sub-total>1.00</item-sub-total>
</cart-item>
<tax>0.00</tax>
<tax-rate>0</tax-rate>
<total-cart-cost>1.00</total-cart-cost>
</cart>
<post-sale-info>
<invoices>
<invoice>
<invoice-id>1008856044</invoice-id>
<url>https://sandbox.bluesnap.com/jsp/show_invoice.jsp?ref=AFD7311386AA2F3E284B0AA5582813A3</url>
<financial-transactions>
<financial-transaction>
<status>Approved</status>
<date-due>20-Oct-18</date-due>
<date-created>20-Oct-18</date-created>
<amount>1.00</amount>
<currency>USD</currency>
<soft-descriptor>BLS*JohnDoe</soft-descriptor>
<payment-method>Credit Card</payment-method>
<target-balance>BLUESNAP_ACCOUNT</target-balance>
<credit-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>Visa</card-type>
<card-sub-type>CREDIT</card-sub-type>
<card-category>CLASSIC</card-category>
<expiration-month>9</expiration-month>
<expiration-year>2023</expiration-year>
</credit-card>
<paypal-transaction-data />
<invoice-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>[email protected]</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</invoice-contact-info>
<skus>
<sku>
<sku-id>2152762</sku-id>
</sku>
</skus>
</financial-transaction>
</financial-transactions>
</invoice>
</invoices>
</post-sale-info>
<fulfillment>
<license-keys />
<download-links>
<sku-download-link>
<sku-id>2183634</sku-id>
<sku-name>Example Product Example SKU</sku-name>
<download-link>https://sandbox.bluesnap.com/jsp/dlapp.jsp?ref=1008856052C2152762C1256344</download-link>
</sku-download-link>
</download-links>
</fulfillment>
</order>
</batch-order>
<?xml version="1.0" encoding="UTF-8"?>
<batch-order xmlns="http://ws.plimus.com">
<shopper>
<shopper-info>
<shopper-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>[email protected]</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</shopper-contact-info>
<shipping-contact-info />
<invoice-contacts-info>
<invoice-contact-info>
<default>true</default>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>[email protected]</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</invoice-contact-info>
</invoice-contacts-info>
<payment-info>
<credit-cards-info>
<credit-card-info>
<billing-contact-info>
<first-name>John</first-name>
<last-name>Doe</last-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
</billing-contact-info>
<credit-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>VISA</card-type>
<card-sub-type>CREDIT</card-sub-type>
<card-category>CLASSIC</card-category>
</credit-card>
</credit-card-info>
</credit-cards-info>
<ecps-info />
<balance />
</payment-info>
<store-id>10540</store-id>
<shopper-currency>USD</shopper-currency>
<locale>en</locale>
</shopper-info>
</shopper>
<order>
<order-id>3950743</order-id>
<ordering-shopper>
<shopper-id>19576544</shopper-id>
</ordering-shopper>
<cart>
<charged-currency>USD</charged-currency>
<cart-item>
<sku>
<sku-id>2183634</sku-id>
<sku-name>Example Product Example SKU</sku-name>
</sku>
<quantity>1</quantity>
<item-sub-total>1.00</item-sub-total>
</cart-item>
<tax>0.00</tax>
<tax-rate>0</tax-rate>
<total-cart-cost>1.00</total-cart-cost>
</cart>
<post-sale-info>
<invoices>
<invoice>
<invoice-id>1008856044</invoice-id>
<url>https://sandbox.bluesnap.com/jsp/show_invoice.jsp?ref=AFD7311386AA2F3E284B0AA5582813A3</url>
<financial-transactions>
<financial-transaction>
<status>Approved</status>
<date-due>20-Oct-18</date-due>
<date-created>20-Oct-18</date-created>
<amount>1.00</amount>
<currency>USD</currency>
<soft-descriptor>BLS*JohnDoe</soft-descriptor>
<payment-method>Credit Card</payment-method>
<target-balance>BLUESNAP_ACCOUNT</target-balance>
<credit-card>
<card-last-four-digits>1111</card-last-four-digits>
<card-type>Visa</card-type>
<card-sub-type>CREDIT</card-sub-type>
<card-category>CLASSIC</card-category>
<expiration-month>9</expiration-month>
<expiration-year>2023</expiration-year>
</credit-card>
<paypal-transaction-data />
<invoice-contact-info>
<title>Mr.</title>
<first-name>John</first-name>
<last-name>Doe</last-name>
<email>[email protected]</email>
<company-name>JohnDoeAndSons</company-name>
<address1>138 Market St</address1>
<city>San Francisco</city>
<state>CA</state>
<zip>75654</zip>
<country>US</country>
<phone>14135556789</phone>
<fax>14135556788</fax>
</invoice-contact-info>
<authorization-code>654321</authorization-code>
<skus>
<sku>
<sku-id>2152762</sku-id>
</sku>
</skus>
</financial-transaction>
</financial-transactions>
</invoice>
</invoices>
</post-sale-info>
<fulfillment>
<license-keys />
<download-links>
<sku-download-link>
<sku-id>2183634</sku-id>
<sku-name>Example Product Example SKU</sku-name>
<download-link>https://sandbox.bluesnap.com/jsp/dlapp.jsp?ref=1008856052C2152762C1256344</download-link>
</sku-download-link>
</download-links>
</fulfillment>
</order>
</batch-order>
Example Descriptions
Create Shopper and Order: with credit card and fraud info
The example above shows how to send a credit card (unencrypted) by including a credit-card-info
property within the payment-info
resource in your request. Refer to credit-card-info. Note that you must meet specific PCI compliance requirements in order to send unencrypted card details. The credit card will be used for the order and saved in the new shopper.
You are also required to send additional information for fraud check purposes, including the shopper's unique device fingerprint. Send this info in the fraud-info
property in your request. Refer to fraud-info. For more information, refer to Fraud prevention.
Create Shopper and Order: with wallet ID
To create an order and shopper with Masterpass or Visa Checkout, including the payment info and billing and shipping info, simply include the wallet-id
in the request.
For details, refer to:
Create Shopper and Order: with Hosted Payment Fields token
If you are using BlueSnap's Hosted Payment Fields, you can create the order and shopper using the payment information from the Hosted Payment Fields by including the token within the pf-token
property in your request. Above is an example of a request with the Hosted Payment Fields token.
Create Shopper and Order: with ACH/ECP info
To process an order with the ACH payment method, include the ecp-info within the payment-info
resource in your request.
For ACH transactions, you must obtain permission from the shopper to debit their account, for example by showing a checkbox with the following wording on your checkout page. "I authorize this Electronic Check (ACH) transaction and agree to this debit of my account."
Include the authorized-by-shopper
element with the value set to true to indicate that you have obtained the shopper's permission. Refer to ordering-shopper.
Create Shopper and Order: with Apple Pay
To process an order with Apple Pay, include the wallet-type
= APPLE_PAY and encoded-payment-token
inside ordering-shopper
> wallet
. Instructions on how to extract the encoded-payment-token
can be found in the Apple Pay Guide. The response will contain a shopper-id
property. Use the ID to process future transactions with the shopper.
For more information, check out our Apple Pay Guide.
Note
To test Apple Pay, follow the steps in the Apple Pay Guide. The API Explorer does not support Apple Pay testing.
Create Shopper and Order: with SEPA Direct Debit info
The above example shows a Create Order and New Shopper request with the SEPA Direct Debit payment method. For SEPA Direct Debit transactions, you must obtain the shopper's acceptance of the SEPA Direct Debit mandate, authorizing the funds to be pulled from their account. Include the authorized-by-shopper
property with a value set to true to indicate that you've obtained their permission.
A successful response from BlueSnap will include a mandate-id
and mandate-date
, whose values identify the shopper's mandate acceptance and the date on which the mandate was accepted, respectively. These two values must be displayed on the post-checkout page, the pre-notification email, and the receipt email.
Additionally, the response will contain pre-notification-text
- the standard text (in English) that you must display in the pre-notification email - and pre-notification-translation-ref
- Get Pre-Notification Text endpoint to obtain text in another language.
Create Shopper and Order: with store card approval
This example shows an Create Shopper and Order request with the store-card
value set. You will want to use this value to define if the shopper has approved storing their credit card information for future use. The default value is set to true. If set to false, the credit card data will not be stored.
Create Shopper and Order: with Google Pay
To process an order with Google Pay, include the wallet-type
= GOOGLE_PAY and encoded-payment-token
inside ordering-shopper
> wallet
. Instructions on how to extract the encoded-payment-token
can be found in the Google Pay Guide. The response will contain a shopper-id
property - use this ID to process future transactions with the shopper.
For more information, check out our Google Pay Guide.
Create Shopper and Order: with MOTO and NTI
The transaction-order-source
identifies the order as Mail Order Telephone Order. The response includes the network-transaction-Id
for the transaction.
Create Shopper and Order: with 3DS ID
The three-d-secure-reference-id
identifies the 3DS authorization code. The merchant passes this to connect the transaction to the original 3DS results without needing the token. The response includes the network-transaction-id
for the transaction.
Back to Top