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

FieldDescriptionFormatMandatory
client_idUUIODYes
customer_idThe GUID associated to the CustomerUUIDYes
account_nameStringNo
account_profile_idThe GUIDUUIDYes
product_idThe GUID associated to the product configuredUUIDYes
limit_profile_idAllows you to specify the limit profile to be associated to the account. If not populated, the product limit settings will be appliedUUIDNo

Example

{
  "client_id": "string",
  "customer_id": "string",
  "account_name": "string",
  "account_profile_id": "string",
  "product_id": "string",
  "limit_profile_id": "string"
}

Response

FieldDescriptionFormat
account_idGUID generated by CLOWD9 associated to the account createdUUID

Example

{
"account_id": "string"
}

JIRA GEN-3521 to update response with:

customer_id

asset_type

trace_id


What’s Next