Deletes single payment instrument specified with instrument type and identifier.
instrumentId and instrumentType
A Promise that resolves to the deleted payment instrument
Returns single payment instrument specified with instrument type and identifier.
instrumentId and instrumentType
A Promise that resolves to the retrieved payment instrument
Retrieves a list of active payment instruments for the customer. Customer identifier is implicit. It is taken from the authorization token. Instruments can be additionally filtered by instrumentType and paymentOption filters.
filter parameters
A Promise that resolves to the retrieved customer payment instruments
Retrieves list of user instrument verifications.
Optionalparameters: InstrumentVerificationParametersThe request parameters.
A promise that resolves to an instrument verifications list.
Retrieves instrument verification details for cards.
The ID of the instrument.
A promise that resolves to an instrument verification details for cards.
Returns a list of card verification attempts for the customer.
OptionalqueryParameters: CardVerificationsParametersThe request query parameters.
A promise that resolves to an instrument verifications list.
Retrieves localization mapping for a specific field.
The payment option (e.g., 'BANK_TRANSFER').
The instrument type (e.g., 'PH_BANK_ACCOUNT').
The field name to localize (e.g., 'bankCodeId').
A promise that resolves to the localization map for all supported locales.
Retrieves card verification attempt information.
Verification attempt id.
A promise that resolves to card verification information.
Retrieves a user specific instrument verification.
The ID of the verification/session to retrieve.
A promise that resolves to an instrument verification.
Starts instrument verification.
Instrument verification request body.
A promise that resolves to the instrument verification.
Perform card verification using verification code from previous successful transactions. The verification is required if either forced by risk and compliance or the card lifetime limit is reached.
Request to verify a CARD payment instrument.
A promise that resolves the instrument verification allows tracking the verification outcome.
StaticgetFunctionRetrieves the singleton instance of the PaymentInstrumentService class.
The singleton instance of the PaymentInstrumentService class.
Service class for managing payment instrument related operations.