| Item | Value |
|---|---|
| API Status | Recommended |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
| Type | Webhook (Incoming) |
{
"code": 200,
"msg": "success",
"eventType": "fiat.account.request.updated.v2",
"notificationId": "a09a9437-120a-4a7f-8884-58cc8977c03a",
"data": {
"requestId": "202604150003",
"participantCode": "B0100106",
"country": "US",
"currency": "USD",
"accountDetails": [
{
"beneficiaryName": "Sammy Schmeler",
"beneficiaryAddress": "[\"77935 Merle Island\",\"Apt 3B\",\"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": "27"
},
{
"beneficiaryName": "Susie Donnelly",
"beneficiaryAddress": "[\"75336 Washington Road\",\"Suite 200\",\"Chicago, IL 60601\"]",
"baNumber": "US98765432109876543210",
"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": "47"
},
{
"beneficiaryName": "Kristine Turner",
"beneficiaryAddress": "[\"37675 Daphney Plaza\",\"Floor 12\",\"Houston, TX 77002\"]",
"baNumber": "US55555555555555555555",
"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": "48"
}
],
"status": 1,
"statusInfo": "PENDING",
"tncToBeAccepted": [
"X101"
],
"missingFields": [],
"createdAt": 1776046508000,
"updatedAt": 1776132908000
}
}curl --location --request POST 'https://your-api-server.com' \
--header 'X-Signature: t=1758867971711,v0=b2468f1bc285eb64be242ee6d02e3c959dfb61482abe47ddb50da4b6be55997e' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": 200,
"msg": "success",
"eventType": "fiat.account.request.updated.v2",
"notificationId": "a09a9437-120a-4a7f-8884-58cc8977c03a",
"data": {
"requestId": "202604150003",
"participantCode": "B0100106",
"country": "US",
"currency": "USD",
"accountDetails": [
{
"beneficiaryName": "Sammy Schmeler",
"beneficiaryAddress": "[\"77935 Merle Island\",\"Apt 3B\",\"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": "27"
},
{
"beneficiaryName": "Susie Donnelly",
"beneficiaryAddress": "[\"75336 Washington Road\",\"Suite 200\",\"Chicago, IL 60601\"]",
"baNumber": "US98765432109876543210",
"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": "47"
},
{
"beneficiaryName": "Kristine Turner",
"beneficiaryAddress": "[\"37675 Daphney Plaza\",\"Floor 12\",\"Houston, TX 77002\"]",
"baNumber": "US55555555555555555555",
"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": "48"
}
],
"status": 1,
"statusInfo": "PENDING",
"tncToBeAccepted": [
"X101"
],
"missingFields": [],
"createdAt": 1776046508000,
"updatedAt": 1776132908000
}
}'{}