DocsAPI Reference
Log In
Docs

Payments

TRANSACTION_FIAT_{TYPE}

Payload Attributes

KeyTypeDescription
accountIdStringMeld's unique identifier for the account
customerIdStringMeld's unique identifier for the customer
externalCustomerIdStringYour customer unique identifier. This is only returned if you pass it in when calling the widget endpoint.
externalSessionIdStringYour session unique identifier. This is only returned if you pass it in when calling the widget endpoint.
paymentTransactionIdStringMeld's unique identifier for the transaction
paymentTransactionStatusStringStatus of the transaction

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

{
    "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"
    }
}