Skip to content

Instantly share code, notes, and snippets.

@bhaity
Created August 28, 2024 22:33
Show Gist options
  • Save bhaity/79d0742b4b8652ed4942410c816562c7 to your computer and use it in GitHub Desktop.
Save bhaity/79d0742b4b8652ed4942410c816562c7 to your computer and use it in GitHub Desktop.
Create Account endpoint not working
It should have done xxxx instead
{
"contact_email": "[email protected]",
"display_name": "moiras account",
"identity": {
"country": "US",
"individual": {
"address": {
"line1": "address_full_match",
"city": "Seattle",
"postal_code": "98030",
"state": "WA",
"country": "US"
}
}
},
"configuration": {
"customer_data": {
"shipping": {
"address": {
"city": "New York",
"country": "US",
"line1": "Water St",
"line2": null,
"postal_code": "10041",
"state": "New York"
}
}
},
"merchant": {
"mcc": "5735",
"statement_descriptor": "Rose hotels and resorts",
"statement_descriptor_prefix": "Rose h and r"
}
},
"metadata": {
"my_key": "my_value_2",
"additional_key": "bar"
},
"include": [
"configuration.customer_data",
"configuration.merchant",
"identity"
]
}
{
"contact_email": "[email protected]",
"display_name": "moiras account",
"identity": {
"country": "US",
"individual": {
"address": {
"line1": "address_full_match",
"city": "Seattle",
"postal_code": "98030",
"state": "WA",
"country": "US"
}
}
},
"configuration": {
"customer_data": {
"shipping": {
"address": {
"city": "New York",
"country": "US",
"line1": "Water St",
"line2": null,
"postal_code": "10041",
"state": "New York"
}
}
},
"merchant": {
"mcc": "5735",
"statement_descriptor": "Rose hotels and resorts",
"statement_descriptor_prefix": "Rose h and r"
}
},
"metadata": {
"my_key": "my_value_2",
"additional_key": "bar"
},
"include": [
"configuration.customer_data",
"configuration.merchant",
"identity"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment