Skip to content

Instantly share code, notes, and snippets.

@zalun
Created April 24, 2022 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zalun/eff77a878be38f7a2b54338c4d0beadf to your computer and use it in GitHub Desktop.
Save zalun/eff77a878be38f7a2b54338c4d0beadf to your computer and use it in GitHub Desktop.
{
"transaction": {
"id": 76,
"customerIp": "127.0.0.1",
"description": "test",
"currencyCode": "PLN",
"totalAmount": "1000",
"buyer": null,
"products": [
{
"id": 1,
"name": "Test product",
"quantity": 1,
"unitPrice": 1000
}
],
"status": "NEW",
"redirectUri": "https://merch-prod.snd.payu.com/pay/?orderId=MB45CC6D2V220424GUEST000P01&token=eyJhbGciOiJIUzI1NiJ9.eyJvcmRlcklkIjoiTUI0NUNDNkQyVjIyMDQyNEdVRVNUMDAwUDAxIiwicG9zSWQiOiJvZzVIeTU5ZSIsImF1dGhvcml0aWVzIjpbIlJPTEVfQ0xJRU5UIl0sImV4cCI6MTY1MDg5MDQwMywiaXNzIjoiUEFZVSIsImF1ZCI6ImFwaS1nYXRld2F5Iiwic3ViIjoiUGF5VSBzdWJqZWN0IiwianRpIjoiOGQ2ODYxYjMtZjA5OC00MTE0LWJlYzUtMzVhMDhmMzBjMzZjIn0.M91bPB5GYMuX-LX5YYwutszfHEnVzgEeReOcegU7by8",
"orderId": "MB45CC6D2V220424GUEST000P01",
"createdAt": "2022-04-24T12:40:03.108Z",
"updatedAt": "2022-04-24T12:40:03.788Z",
"configurationMode": "sandbox",
"uid": "600f0125-6595-4633-a701-f8a2f480d70e",
"payMethod": null,
"properties": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment