Created
April 24, 2022 12:53
-
-
Save zalun/eff77a878be38f7a2b54338c4d0beadf to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"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