Skip to main content
POST
cURL
A fingerprint can only be blocked if the intent is in one of: SUCCESS, REFUNDED
Fingerprints are only available for card-based payment methods: CARD, APPLE_PAY, GOOGLE_PAY, and CARD_INSTALLMENT.
The block may take up to 1 hour to take effect.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

The payment intent whose card fingerprint should be blocked.

intentId
string
required

Unique identifier of the payment intent.

Example:

"in_gKAqR0DjLeOihdTE"

Response

No content is returned.