Created
April 22, 2021 08:36
-
-
Save chanakaDe/da97ae7cf83c1b5a099c94a732824b95 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
{ | |
"dev":"1", | |
"vendor_id":"2", | |
"vendor_order_id":"99887766", | |
"payments":[ | |
{ | |
"payment_id":"8SY073952V231635W", | |
"payer_id":"LZEDDQ7VW2UF8", | |
"capture_id":"56N44325TG4714647", | |
"payer_name":"John Doe", | |
"amount":"269.90", | |
"via":"1" | |
} | |
], | |
"articles":[ | |
{ | |
"article_id":"13756", | |
"tax_rate":"19", | |
"quantity":"1", | |
"price":"269.90" | |
} | |
], | |
"addresses":[ | |
{ | |
"firstname":"Manni", | |
"lastname":"pattern", | |
"gender":"Lord", | |
"street":"A str 3", | |
"city":"A ort", | |
"zipcode":"55555", | |
"email":" [email protected] ", | |
"address_type":"1", | |
"addition":"" | |
}, | |
{ | |
"firstname":"Berta", | |
"lastname":"example", | |
"gender":"woman", | |
"street":"example way 3", | |
"city":"example location", | |
"zipcode":"12345", | |
"email":" [email protected] ", | |
"address_type":"2", | |
"addition":"" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment