Skip to content

Instantly share code, notes, and snippets.

View jhnvz's full-sized avatar

Johan van Zonneveld jhnvz

View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<authentication-token>sob2myNz1tJ3z6qF14uw</authentication-token>
<order>
<product-name>Super bike</product-name>
<product-description>Superfast bike</product-description>
<price-in-cents type="integer">25000</price-in-cents>
<callback-url>http://webshop.tld/plesents/payment_status?</callback-url>
<user-name>John Doe</user-name>
<user-email>[email protected]</user-email>
<order-id>123456</order-id>
@jhnvz
jhnvz / order.json
Last active December 14, 2015 17:19
{
"authentication_token": "sob2myNz1tJ3z6qF14uw",
"order": {
"product_name": "Super bike",
"product_description": "Superfast bike",
"price_in_cents": 25000,
"callback_url": "http://webshop.tld/plesents/payment_status",
"user_name": "John Doe",
"user_email": "[email protected]",
"order_id": "123456",
<?xml version="1.0" encoding="UTF-8"?>
<order>
<id type="integer">1</id>
<sha1>ff9a9c750a0e132e604ed7d919230c97d7652595</sha1>
<redirect-url>https://secure.plesents.nl/gift/153dbbea17fa09955decb2cc05add5e4fb7d675b</redirect-url>
</order>
@jhnvz
jhnvz / order.json
Last active December 14, 2015 17:09
{
"id": 1,
"sha1": "ff9a9c750a0e132e604ed7d919230c97d7652595",
"redirect_url": "https://secure.plesents.nl/gift/a83726d89b0206cabb238c35d99daed88ec32f27"
}