Multi-Currency Account Creation
Multi-Currency Asset Account
Where your Product is configured to support Multi-Currency i.e. more than one Currency for your Customer to spend via one payment device, CLOWD9 will return all of the account_ids in the same response.
The first account_id returned will be the base asset type i.e. the default currency. For example, your production offers GBP, USD & EUR with the GBP being the default currency. Where your Customer spends outside of the supported currencies e.g. AUD, the billing amount will be GBP.
Request
Field | Description | Format | Mandatory |
---|---|---|---|
client_id | UUIOD | Yes | |
customer_id | The GUID associated to the Customer | UUID | Yes |
account_name | String | No | |
account_profile_id | The GUID | UUID | Yes |
product_id | The GUID associated to the product configured | UUID | Yes |
limit_profile_id | Allows you to specify the limit profile to be associated to the account. If not populated, the product limit settings will be applied | UUID | No |
Example
{
"client_id": "string",
"customer_id": "string",
"account_name": "string",
"account_profile_id": "string",
"product_id": "string",
"limit_profile_id": "string"
}
Response
Field | Description | Format |
---|---|---|
account_id | GUID generated by CLOWD9 associated to the account created | UUID |
Example
{
"account_id": "string"
}
JIRA GEN-3521 to update response with:
customer_id
asset_type
trace_id
Updated 16 days ago
What’s Next