cURL
curl --request PATCH \ --url https://app.closerx.ai/api/set-default/{id} \ --header 'Content-Type: application/json' \ --header 'api_key: <api-key>' \ --data ' { "user_id": "user_12345" } '
{ "status": "success", "default_card_id": "card_abc123" }
Sets a specific card or payment method as the default for the user.
The ID of the card or payment method to set as default.
"card_abc123"
The ID of the user for whom the card will be set as default.
"user_12345"
Card successfully set as default
Indicates whether the default setting was successful.
"success"
The ID of the card now set as the default.