Txn.pro - API Documentation
Sandbox LoginChangelogStatus Page
  • Getting setup
    • Environments
    • Creating a Sandbox account
    • Back office user roles
    • Creating your API keys
    • Postman collection
  • API Basics
    • API specification
    • API status
    • Supported currencies
    • Date and time format
    • Authenticating the API
    • Webhooks
      • Verifying webhooks
      • Source IP addresses
      • Retrying schedule
    • Rate limits
  • Hosted pages
  • Accounts
    • Accounts concept
    • Listing accounts
    • Reading account
    • Listing account addresses
    • Creating account address
    • Listing account transactions
    • Reading account transaction
  • Exchange
    • Exchange concept
    • Supported currency pairs
    • Reading exchange rates
    • Exchange webhooks
    • Creating quote
    • Confirming quote
  • Invoices
    • Invoices concept
    • Invoice status flow
    • Invoices in cashier
    • Invoice limitations
    • Listing invoice currency pairs
    • Invoice webhooks
    • Creating invoice
    • Reading invoice
    • Listing invoices
    • Invoice refunds
  • Payouts
    • Payouts concept
    • Payout status flow
    • Payout limitations
    • Listing payout currency pairs
    • Validating addresses
    • Payout webhooks
    • Creating payout
    • Reading payout
    • Listing payouts
  • Mass Payouts
  • PAYMENT LINKS
    • Payment links concept
    • Creating payment link
    • Expiring payment link
    • Reading payment link
    • Listing payment links
  • CHANNELS
    • Channels concept
    • Channels deposit flow
    • Listing channel currency pairs
    • Channel webhooks
    • Creating channel
    • Reading channel
    • Updating channel
    • Listing channels
    • Listing channel deposits
    • Reading channel deposit
  • (BETA) Fiat Settlements
    • Important information
    • Bank withdrawal webhooks
    • Bank deposit webhooks
    • Listing bank accounts
    • Reading bank account
    • Previewing bank withdrawal
    • Creating bank withdrawal
    • Listing bank withdrawals
    • Reading bank withdrawal
    • Listing bank deposits
    • Reading bank deposit
Powered by GitBook
On this page
  1. (BETA) Fiat Settlements

Bank deposit webhooks

{
  "data": {
    "attributes": {
      "amount": "1.00",
      "createdAt": "2025-01-28T17:22:13.290Z",
      "reference": "26b7e971-e493-4e4c-86a1-a7a0f18c2444",
      "simplifiedState": "pending",
      "transactionType": "BankDepositTransaction"
    },
    "id": "a01776d7-30fb-4b13-98f1-fd635088f061",
    "relationships": {
      "account": {
        "meta": {
          "included": false
        }
      },
      "transactionDetails": {
        "data": {
          "id": "a01776d7-30fb-4b13-98f1-fd635088f061",
          "type": "bank_deposit_transactions"
        }
      }
    },
    "type": "transactions"
  },
  "included": [
    {
      "attributes": {
        "amount": "1.00",
        "createdAt": "2025-01-28T17:22:13.268Z",
        "currency": "EUR",
        "payerAddress": null,
        "payerBic": null,
        "payerIban": null,
        "payerName": null,
        "state": "confirmed",
        "updatedAt": "2025-01-28T17:22:13.268Z"
      },
      "id": "a01776d7-30fb-4b13-98f1-fd635088f061",
      "relationships": {
        "account": {
          "data": {
            "id": "13a85b45-8543-41c7-b963-394d4ea128ae",
            "type": "accounts"
          }
        }
      },
      "type": "bank_deposit_transactions"
    },
    {
      "attributes": {
        "balance": "32218.80",
        "currencyCode": "EUR",
        "currencyType": "fiat"
      },
      "id": "13a85b45-8543-41c7-b963-394d4ea128ae",
      "relationships": {
        "company": {
          "meta": {
            "included": false
          }
        },
        "networks": {
          "meta": {
            "included": false
          }
        }
      },
      "type": "accounts"
    }
  ],
  "meta": {}
}
{
  "data": {
    "attributes": {
      "amount": "1.00",
      "createdAt": "2025-01-28T17:23:14.828Z",
      "reference": "26b7e971-e493-4e4c-86a1-a7a0f18c2444",
      "simplifiedState": "completed",
      "transactionType": "BankDepositTransaction"
    },
    "id": "a01776d7-30fb-4b13-98f1-fd635088f061",
    "relationships": {
      "account": {
        "meta": {
          "included": false
        }
      },
      "transactionDetails": {
        "data": {
          "id": "a01776d7-30fb-4b13-98f1-fd635088f061",
          "type": "bank_deposit_transactions"
        }
      }
    },
    "type": "transactions"
  },
  "included": [
    {
      "attributes": {
        "amount": "1.00",
        "createdAt": "2025-01-28T17:22:13.268Z",
        "currency": "EUR",
        "payerAddress": null,
        "payerBic": null,
        "payerIban": null,
        "payerName": null,
        "state": "completed",
        "updatedAt": "2025-01-28T17:22:13.268Z"
      },
      "id": "a01776d7-30fb-4b13-98f1-fd635088f061",
      "relationships": {
        "account": {
          "data": {
            "id": "13a85b45-8543-41c7-b963-394d4ea128ae",
            "type": "accounts"
          }
        }
      },
      "type": "bank_deposit_transactions"
    },
    {
      "attributes": {
        "balance": "32219.80",
        "currencyCode": "EUR",
        "currencyType": "fiat"
      },
      "id": "13a85b45-8543-41c7-b963-394d4ea128ae",
      "relationships": {
        "company": {
          "meta": {
            "included": false
          }
        },
        "networks": {
          "meta": {
            "included": false
          }
        }
      },
      "type": "accounts"
    }
  ],
  "meta": {}
}
{
  "data": {
    "attributes": {
      "amount": "1.00",
      "createdAt": "2025-01-28T17:26:22.736Z",
      "reference": "344c23c1-f3d8-4a97-bcdf-d3d66a810103",
      "simplifiedState": "cancelled",
      "transactionType": "BankDepositTransaction"
    },
    "id": "09585b73-dfb9-41c0-a238-2e53d00f9608",
    "relationships": {
      "account": {
        "meta": {
          "included": false
        }
      },
      "transactionDetails": {
        "data": {
          "id": "09585b73-dfb9-41c0-a238-2e53d00f9608",
          "type": "bank_deposit_transactions"
        }
      }
    },
    "type": "transactions"
  },
  "included": [
    {
      "attributes": {
        "amount": "1.00",
        "createdAt": "2025-01-28T17:26:14.194Z",
        "currency": "EUR",
        "payerAddress": null,
        "payerBic": null,
        "payerIban": null,
        "payerName": null,
        "state": "cancelled",
        "updatedAt": "2025-01-28T17:26:14.194Z"
      },
      "id": "09585b73-dfb9-41c0-a238-2e53d00f9608",
      "relationships": {
        "account": {
          "data": {
            "id": "13a85b45-8543-41c7-b963-394d4ea128ae",
            "type": "accounts"
          }
        }
      },
      "type": "bank_deposit_transactions"
    },
    {
      "attributes": {
        "balance": "32218.79",
        "currencyCode": "EUR",
        "currencyType": "fiat"
      },
      "id": "13a85b45-8543-41c7-b963-394d4ea128ae",
      "relationships": {
        "company": {
          "meta": {
            "included": false
          }
        },
        "networks": {
          "meta": {
            "included": false
          }
        }
      },
      "type": "accounts"
    }
  ],
  "meta": {}
}
PreviousBank withdrawal webhooksNextListing bank accounts

Last updated 3 months ago