Update Card

Updates the specified issuing card object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Universally unique identifier (UUID v4) of a resource.

Body Params
number
≥ 0

The total credit limit assigned to the card, currency refer to card_currency. This is not a cumulative balance, but a fixed credit limit similar to that of a credit card.

  • Leave empty when card mode_type is SINGLE.
number
≥ 0

The allowable amount for card transactions without PIN verification. Default NO-PIN transaction amount applied when not explicitly set by the customer. Defaults to 200 SGD.

If you would like to opt-out from having any transactions without credentials or password, you may adjust the amount to zero (0).

Note: This setting is only applicable to specific card products. You may refer to the No-PIN payment for more information.

spending_controls
array of objects

Rules that control spending for this card.

spending_controls
risk_controls
object

User-customized risk control settings.

Supported configurations depend on the card BIN. See Supported BINs for Risk Control Configurations for details.

metadata
object

Any key-value object. Max length = 3200 bytes. This must be valid JSON data.

Headers
string

Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.

uuid
required

A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json