Created
August 28, 2024 22:33
-
-
Save bhaity/79d0742b4b8652ed4942410c816562c7 to your computer and use it in GitHub Desktop.
Create Account endpoint not working
This file contains 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
It should have done xxxx instead |
This file contains 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
{ | |
"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" | |
] | |
} |
This file contains 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
{ | |
"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