Skip to content

Instantly share code, notes, and snippets.

@chanakaDe
Last active October 14, 2021 13:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save chanakaDe/159d831ae31570163b0fb83cd4d6ed92 to your computer and use it in GitHub Desktop.
{
"api_environment": "staging",
"vendor_id": "41",
"vendor_order_id":"d6ce291f-3342-42fc-bafc-922550d0c548",
"payments": [
{
"via": "31",
"payment_id":"e31bff5f-2af0-4015-9aae-48bd89287520",
"payer_id":"4bb5b4d8-f52b-4aec-85b0-16d60db202bc",
"payer_name": "Erika Mustermann",
"amount": "0"
}
],
"articles": [
{
"tariff_sku_id": "4bb5b4d8-f52b-4aec-85b0-16d60db202bc",
"tax_rate": "19",
"quantity": "1",
"price": "0"
}
],
"addresses": [
{
"firstname": "Erika",
"lastname": "Mustermann",
"gender": "1",
"street": "wiesenmuehle straße 3",
"city": "Fulda",
"zipcode": "36037",
"email": "erika@mustermann.de",
"address_type": "1",
"addition": "Zimmer 123",
"country_iso": "DE"
},
{
"full_name": "John Doe",
"gender": "2",
"street": "wiesenmuehle straße 9",
"city": "Fulda",
"zipcode": "36039",
"email": "john@doe.de",
"address_type": "2",
"addition": "Zimmer 321",
"country_iso": "DE"
}
],
"contract_data": {
"id_type": "1",
"id_place": "Fulda",
"date_of_birth": "1993-02-26",
"place_of_birth": "Fulda",
"nationality": "de",
"valid_till": "2023-10-10",
"id_number": "123456789",
"account_name": "Erika Musthamann",
"account_iban": "DE08506521240001125566"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment