🚀 Devdraft Launch Week I is live! Sign up for exclusive access and early features. Learn more →
curl --request POST \
--url https://api.devdraft.ai/api/v0/transfers/direct-bank \
--header 'Content-Type: application/json' \
--header 'x-client-secret: <api-key>' \
--data '{
"walletId": "<string>",
"paymentRail": "<string>",
"destinationCurrency": "<string>",
"sourceCurrency": "<string>",
"amount": 123,
"wire_message": "<string>",
"sepa_reference": "<string>",
"ach_reference": "<string>"
}'
curl --request POST \
--url https://api.devdraft.ai/api/v0/transfers/direct-bank \
--header 'Content-Type: application/json' \
--header 'x-client-secret: <api-key>' \
--data '{
"walletId": "<string>",
"paymentRail": "<string>",
"destinationCurrency": "<string>",
"sourceCurrency": "<string>",
"amount": 123,
"wire_message": "<string>",
"sepa_reference": "<string>",
"ach_reference": "<string>"
}'
Your secret API key. Keep this secure and never expose it in client-side code.
The transfer has been successfully created.