Update a payment instrument
Updates a payment instrument. Once a payment instrument is already active, you can only update its status. However, for cards created with inactive status, you can still update the balance account associated with the card.
Path parameters
The unique identifier of the payment instrument.
Request body
The unique identifier of the balance account associated with this payment instrument.
You can only change the balance account ID if the payment instrument has inactive status.
The status of the payment instrument. If a status is not specified when creating a payment instrument, it is set to active by default. However, there can be exceptions for cards based on the card.formFactor and the issuingCountryCode. For example, when issuing physical cards in the US, the default status is inactive.
Possible values:
-
active: The payment instrument is active and can be used to make payments.
-
inactive: The payment instrument is inactive and cannot be used to make payments.
-
suspended: The payment instrument is suspended, either because it was stolen or lost.
-
closed: The payment instrument is permanently closed. This action cannot be undone.
Comment for the status of the payment instrument.
Required if statusReason is other.
The reason for updating the status of the payment instrument.
Possible values: lost, stolen, damaged, suspectedFraud, expired, endOfLife, accountClosure, other. If the reason is other, you must also send the statusComment parameter describing the status change.
Response
OK - the request has succeeded.
The unique identifier of the balance account associated with the payment instrument.
Your description for the payment instrument, maximum 300 characters.
The unique identifier of the payment instrument.
The two-character ISO 3166-1 alpha-2 country code where the payment instrument is issued. For example, NL or US.
The unique identifier of the payment instrument group to which the payment instrument belongs.
Your reference for the payment instrument, maximum 150 characters.
The unique identifier of the payment instrument that replaced this payment instrument.
The unique identifier of the payment instrument that is replaced by this payment instrument.
The status of the payment instrument. If a status is not specified when creating a payment instrument, it is set to active by default. However, there can be exceptions for cards based on the card.formFactor and the issuingCountryCode. For example, when issuing physical cards in the US, the default status is inactive.
Possible values:
-
active: The payment instrument is active and can be used to make payments.
-
inactive: The payment instrument is inactive and cannot be used to make payments.
-
suspended: The payment instrument is suspended, either because it was stolen or lost.
-
closed: The payment instrument is permanently closed. This action cannot be undone.
Comment for the status of the payment instrument.
Required if statusReason is other.
The reason for the status of the payment instrument.
Possible values: accountClosure, damaged, endOfLife, expired, lost, stolen, suspectedFraud, transactionRule, other. If the reason is other, you must also send the statusComment parameter describing the status change.
The type of payment instrument.
Possible values: card, bankAccount.