1. Payouts
Dart Digital API DOCs
  • Getting Started
  • Webhooks
  • Auth
    • Validate & Generate Access Token
      POST
  • Collections
    • Pay via Bank Transfer
      • Get Banks
      • Initiate Pay Bank Transfer
      • Check Payment Status
    • Cards
      • Generate Payment Advice
      • Charge Card
  • Payouts
    • Get Bank List
      GET
    • Validate Account
      POST
    • Initiate Transfer
      POST
  1. Payouts

Get Bank List

GET
https://dev-gateway.mydartdigital.com/payouts/get-bank-list

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Responses

🟢200
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://dev-gateway.mydartdigital.com/payouts/get-bank-list' \
--header 'Authorization: Bearer <token>'
Response Response Example
{}
Modified at 2026-05-17 10:19:05
Previous
Charge Card
Next
Validate Account
Built with