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>"
}
}'
"{}"
Creates a new funding source.
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>"
}
}'
"{}"
200
The response is of type object
.