cURL
curl --request PUT \ --url https://api.sandbox.sudo.cards/fundingsources/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "status": "active", "jitGateway": { "url": "<string>", "authorizationHeader": "<string>", "authorizeByDefault": "<string>" } }'
"{}"
Updates the specific funding source by setting the values of the parameters provided.
The _id of the funding source you wish to update.
_id
200
The response is of type object.
object