Triggered when an FX conversion is completed between two currencies for the same customer.
https://<customerHost:Port>/webhook
Field | Description |
---|
Content-Type | application/json |
curl --location --request POST 'https://<customerHost:Port>/webhook' \
-H 'content-type: application/json' \
-d '{
"customerHashId":"e9f74ac0-8fc5-4879-8ace-6ca2084ba250",
"template":"FX_CONVERSION_COMPLETED_WEBHOOK",
"systemReferenceNumber":"WFT1180326200",
"walletHashId":"ebc26772-2d3e-4ab0-916a-3a7706a0c358",
"conversionId":"conversion_46nn6y8gDX2Os6DHjlHdke",
"clientHashId":"8bf73eb1-99e7-4a76-8ef2-cdeac938593a",
"status":"completed"
}'
Fields | Description | Type |
---|
customerHashId | The unique customer identifier that's generated on customer creation. | UUID |
template | Set to FX_CONVERSION_COMPLETED_WEBHOOK for this event. | String |
systemReferenceNumber | The unique identifier that's generated by Nium to internally identify the conversion . | UUID |
walletHashId | The unique wallet identifier that's generated simultaneously with customer creation. | UUID |
conversionId | The unique card identifier that's generated when creating a new conversion . | UUID |
clientHashId | The unique client identifier that's generated and shared before API handshake. | String |
status | The status of the conversion . This field is set to completed when the conversion of currencies has finished. | String |