Crypto
TRANSACTION_CRYPTO_{TYPE}
TRANSACTION_CRYPTO_{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_CRYPTO_PENDING
TRANSACTION_CRYPTO_PENDING{
"eventType": "TRANSACTION_CRYPTO_PENDING",
"eventId": "AAsuLXHXD3mS1cjNBuHHzv",
"timestamp": "2022-02-24T16:36:41.717262Z",
"accountId": "W2aRZnYGPwhBWB94iFsZus",
"version": "2022-02-02",
"payload": {
"accountId": "W2aRZnYGPwhBWB94iFsZus",
"paymentTransactionId": "W9k9Tg12BFk1i68WpQYQY8",
"customerId": "W9k9TfNSJRZ6rDBe95bUA2",
"externalCustomerId": "customer_1234443",
"externalSessionId": "march2423_1234323",
"paymentTransactionStatus": "PENDING"
}
}TRANSACTION_CRYPTO_TRANSFERRING
TRANSACTION_CRYPTO_TRANSFERRING{
"eventType": "TRANSACTION_CRYPTO_TRANSFERRING",
"eventId": "NQ7wCUFFuAgUCVyZkRu9cH",
"timestamp": "2022-02-15T23:05:43.782919Z",
"accountId": "W2aRZnYGPwhBWB94iFsZus",
"version": "2022-02-02",
"payload": {
"accountId": "W2aRZnYGPwhBWB94iFsZus",
"paymentTransactionId": "W9kNggNMASvX8NVK8LFCWg",
"customerId": "W9jtN15ukoLJKgQe8Xb5MS",
"externalCustomerId": "customer_1234443",
"externalSessionId": "march2423_1234323",
"paymentTransactionStatus": "SETTLING"
}
}TRANSACTION_CRYPTO_COMPLETE
TRANSACTION_CRYPTO_COMPLETE{
"eventType": "TRANSACTION_CRYPTO_COMPLETE",
"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": "SETTLED"
}
}TRANSACTION_CRYPTO_FAILED
TRANSACTION_CRYPTO_FAILED{
"eventType": "TRANSACTION_CRYPTO_FAILED",
"eventId": "AvCd2ZKy5PCdzyCYRU7ENe",
"timestamp": "2022-02-24T20:05:13.909581Z",
"accountId": "W2aRZnYGPwhBWB94iFsZus",
"version": "2022-02-02",
"payload": {
"accountId": "W2aRZnYGPwhBWB94iFsZus",
"paymentTransactionId": "W9kLVLCaQSXz8pgaUHYK4E",
"customerId": "W9kL817BBS7bNEwxAZaX4z",
"paymentTransactionStatus": "ERROR"
}
}Updated 2 months ago