Overview
Customers
Funding Sources
Cards
Accounts
Authorizations
Transactions
Funding Sources
Create Funding Source
Creates a new funding source.
POST
/
fundingsources
curl --request POST \
--url https://api.sandbox.sudo.cards/fundingsources \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "default",
"status": "active",
"jitGateway": {
"url": "<string>",
"authorizationHeader": "<string>",
"authorizeByDefault": "<string>"
}
}'
"{}"
Authorizations
Body
application/json
Response
200
application/json
200
The response is of type object
.
curl --request POST \
--url https://api.sandbox.sudo.cards/fundingsources \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"type": "default",
"status": "active",
"jitGateway": {
"url": "<string>",
"authorizationHeader": "<string>",
"authorizeByDefault": "<string>"
}
}'
"{}"
Assistant
Responses are generated using AI and may contain mistakes.