Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
name | type | default | info |
---|---|---|---|
company | string | NONE | REQUIRED |
contact_person | string | NONE | OPTIONAL |
address_line_1 | string | NONE | REQUIRED |
address_line_2 | string | NONE | OPTIONAL |
zip_code | string | NONE | REQUIRED |
city | string | NONE | REQUIRED |
country_code | string | NONE | REQUIRED |
name | number |
---|---|
germany | 276 |
austria | 040 |
switzerland | 756 |
belgium | 056 |
bulgaria | 100 |
china | 156 |
croatia | 191 |
cyprus | 196 |
czech_republic | 203 |
denmark | 208 |
estonia | 233 |
finland | 246 |
france | 250 |
greece | 300 |
hungary | 348 |
iceland | 352 |
ireland | 372 |
italy | 380 |
kosovo | 095 |
kuwait | 414 |
latvia | 428 |
liechtenstein | 438 |
lithuania | 440 |
luxembourg | 442 |
malta | 470 |
netherlands | 528 |
norway | 578 |
poland | 616 |
portugal | 620 |
romania | 642 |
russia | 643 |
slovakia | 703 |
slovenia | 705 |
spain | 724 |
sweden | 752 |
uk | 826 |
usa | 840 |
curl --location --request POST 'https://www-staging.givve.com/api/card_orders//address' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2' \
--header 'Content-Type: application/json' \
--data-raw '{
"company": "string",
"contact_person": "string",
"address_line_1": "string",
"address_line_2": "string",
"zip_code": "12345",
"city": "string",
"country_code": "276"
}'
{}