This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 1, | |
"sha1": "ff9a9c750a0e132e604ed7d919230c97d7652595", | |
"redirect_url": "https://secure.plesents.nl/gift/a83726d89b0206cabb238c35d99daed88ec32f27" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |