Skip to main content
POST
Confirm Payment

Authorizations

Authorization
string
header
required

Client secret from payment session

Path Parameters

session_id
string<uuid>
required

Body

application/json
payment_method_type
enum<string>
required
Available options:
card,
apple_pay,
google_pay,
bank_account,
paypal
token_provider
enum<string>
required
Available options:
basis_theory,
vgs,
atlas
token_id
string
apple_pay_token
string
google_pay_token
string
bank_account
object

Response

Payment confirmed

id
string<uuid>
session_id
string<uuid>
amount
integer
currency
string
status
enum<string>
Available options:
pending,
authorized,
captured,
failed,
canceled,
refunded
payment_method_type
enum<string>
Available options:
card,
apple_pay,
google_pay,
bank_account,
paypal
psp
enum<string>
Available options:
stripe,
adyen,
authorizenet,
chase,
nuvei,
dlocal,
braintree,
checkoutcom,
airwallex,
windcave,
paypal
psp_transaction_id
string
captured_amount
integer
refunded_amount
integer
card
object
created_at
string<date-time>