Skip to main content
GET
/
info
/
capabilities
/
rails
Get supported payment rails
curl --request GET \
  --url https://api.platform.dakota.xyz/info/capabilities/rails \
  --header 'x-api-key: <api-key>'
[
  "ach",
  "fedwire",
  "swift",
  "sepa"
]

Authorizations

x-api-key
string
header
required

Query Parameters

customer_id
string
required

Customer ID to filter supported rails KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.

Required string length: 27
Example:

"1NFHrqBHb3cTfLVkFSGmHZqdDPi"

Response

Successfully retrieved the list of supported payment rails

Type of payment rail capability supported.

Available options:
ach,
fedwire,
swift,
sepa
Example:
["ach", "fedwire", "swift", "sepa"]