Payments
TRANSACTION_FIAT_{TYPE}
TRANSACTION_FIAT_{TYPE}Payload Attributes
| Key | Type | Description |
|---|---|---|
accountId | String | Meld's unique identifier for the account |
customerId | String | Meld's unique identifier for the customer |
externalCustomerId | String | Your customer unique identifier. This is only returned if you pass it in when calling the widget endpoint. |
externalSessionId | String | Your session unique identifier. This is only returned if you pass it in when calling the widget endpoint. |
paymentTransactionId | String | Meld's unique identifier for the transaction |
paymentTransactionStatus | String | Status of the transaction |
TRANSACTION_FIAT_CREATED
TRANSACTION_FIAT_CREATED{
"eventType": "TRANSACTION_FIAT_CREATED",
"eventId": "4cpRbNMyteKPzivtZ2RT4o",
"timestamp": "2022-02-24T00:24:53.650382Z",
"accountId": "W2aRZnYGPwhBWB94iFsZus",
"version": "2022-02-02",
"payload": {
"accountId": "W2aRZnYGPwhBWB94iFsZus",
"paymentTransactionId": "W9jHTkUEacFrcBuEPjXtdE",
"customerId": "W9jtN15ukoLJKgQe8Xb5MS",
"externalCustomerId": "customer_1234443",
"externalSessionId": "march2423_1234323",
"paymentTransactionStatus": "AUTHORIZED"
}
}TRANSACTION_FIAT_UPDATED
TRANSACTION_FIAT_UPDATED{
"eventType": "TRANSACTION_FIAT_UPDATED",
"eventId": "AvCd2ZKy5PCdzyCYRU7ENe",
"timestamp": "2022-02-24T20:05:13.909581Z",
"accountId": "W2aRZnYGPwhBWB94iFsZus",
"version": "2022-02-02",
"payload": {
"accountId": "W2aRZnYGPwhBWB94iFsZus",
"paymentTransactionId": "W9kLVLCaQSXz8pgaUHYK4E",
"customerId": "W9kL817BBS7bNEwxAZaX4z",
"externalCustomerId": "customer_1234443",
"externalSessionId": "march2423_1234323",
"paymentTransactionStatus": "SETTLED"
}
}Updated 2 months ago