| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
{
"requestId": "string",
"fields": {},
"acceptedTnC": [
"string"
]
}curl --location --request POST '/v2.0/crm/fiatAccount/addInfo/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"fields": {},
"acceptedTnC": [
"string"
]
}'{
"code": 200,
"msg": "success",
"data": {
"requestId": "4219",
"participantCode": "B0100106",
"country": "US",
"currency": "USD",
"accountDetails": [
{
"beneficiaryName": "Elias Durgan",
"beneficiaryAddress": "[\"8256 Predovic Estates\",\"Suite 200\",\"Los Angeles, CA 90001\"]",
"baNumber": "US12345678901234567890",
"swiftCode": "CHASUS33",
"countryCode": "US",
"bankName": "JPMorgan Chase Bank",
"bankAddress": "270 Park Avenue, New York, NY 10017",
"intermediarySwiftCode": null,
"intermediaryCountryCode": null,
"intermediaryBankName": null,
"intermediaryBankAddress": null,
"currency": "USD",
"paymentReference": null,
"accountId": "4508"
}
],
"status": 2,
"statusInfo": "APPROVED",
"missingFields": [],
"tncToBeAccepted": [
"X101"
],
"createdAt": 1776046508000,
"updatedAt": 1776132908000
}
}