Tap verify payment

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

Overview

Confirm (verify) a payment through the gateway — the Tap 3D Secure confirmation step, companion to Tap authorize. The endpoint saves the submitted customer details, then confirms the charge through the gateway.

Tap-specific: the currency is forced to USD and the token field is tap_token. The customer is taken from the JWT.

Example:

curl --request POST   --url 'https://www.pelcro.com/api/v1/sdk/payment/tap/verify?site_id=1232'   --header 'Authorization: Bearer <JWT>'   --header 'Content-Type: application/json'   --data '{ "first_name": "Jane", "last_name": "Doe", "phone": "+15555550123", "currency": "USD", "funding": "CREDIT", "tap_token": "tok_xxxxxxxx" }'

Notes

  • Protected — requires the customer’s JWT.
  • first_name, last_name, phone, currency, and funding (DEBIT or CREDIT) are required; redirect_url and tap_token are optional.
Path Params
string
required
Query Params
int32
required
Body Params
string
required
string
required
string
required
string
required
string
enum
required
Allowed:
uri | null
string | null
Headers
string
required
Defaults to Bearer <token>
Responses

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