curl --request GET \
--url https://api.platform.dakota.xyz/info/capabilities/rails \
--header 'x-api-key: <api-key>'[
"ach",
"fedwire",
"swift",
"sepa"
]Returns an array of all possible values of the PaymentCapability enum
curl --request GET \
--url https://api.platform.dakota.xyz/info/capabilities/rails \
--header 'x-api-key: <api-key>'[
"ach",
"fedwire",
"swift",
"sepa"
]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.
27"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Successfully retrieved the list of supported payment rails
Type of payment rail capability supported.
ach, fedwire, swift, sepa ["ach", "fedwire", "swift", "sepa"]