Skip to main content
POST
After sending the challenge request the app must ask the user for the PIN Code.

Authorizations

Authorization
string
header
required

Use API Basic Auth Keys

Path Parameters

id
string
required

Body

application/json
TransactionId
string | null

Same ID used in the Challenge call

Code
string

The PIN Code informed by the customer

Response

200 - application/json
TransactionId
string | null

Same Transaction ID as informed in the request

Success
boolean

If true, the challenge was successful and the purchase flow can continue

FriendlyErrorMessage
string | null

If Success=false this field will show information regarding the problem