Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
curl --location --request POST 'https://www-staging.givve.com//api/card_orders//address' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>' \
--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"
}'{
"meta": null,
"data": {
"company": "string",
"contact_person": "string",
"city": "string",
"address_line_1": "string",
"address_line_2": "string",
"country_code": "276"
}
}