Add Bank (CAD)
Add Bank (CAD)
POSThttps://api.gemini.com/v1/payments/addbank/cad
Adds CAD banking information to your account via API. To verify the bank, you must still send a wire for any amount from the bank account.
POST
curl --request POST \
--url https://api.gemini.com/v1/payments/addbank/cad \
--header 'Content-Type: application/json' \
--header 'X-GEMINI-APIKEY: <string>' \
--header 'X-GEMINI-PAYLOAD: <string>' \
--header 'X-GEMINI-SIGNATURE: <string>' \
--data '
{
"request": "/v1/payments/addbank/cad",
"nonce": "<nonce>",
"swiftcode": "ROYCCAT2",
"accountNumber": "0011011100",
"type": "checking",
"name": "My CAD Bank Account"
}
'Roles
The API key you use to access this endpoint must have the Fund Manager role assigned. See Roles for more information.
The OAuth scope must have banks:create assigned to access this endpoint. See OAuth Scopes for more information.
Headers
Request Body
Responses
Successful operation
Last modified on