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
This is the status of the funding source.
active
inactive
Just in-time gateway details. Required if type is gateway.
gateway
Show child attributes
Just in-time gateway url (HTTPS only).
Just in-time gateway authorization header.
Just in-time gateway timeout configuration.
200
The response is of type object.
object