Search...
APIJSLog inGet started
Airwallex logo
Home
Platform APIs
Connected Accounts
Accounts
Payments
Transactional FX
Payouts
Issuing
Back to home
OverviewChoose your payments solutionGet started with payments
Supported currencies
Online payments
Invoice integrations
Payment methods
Payment methods overviewGlobal
EU & UK
APAC
7-Eleven
Alipay CN
Alipay HK
Atome
Boost
DANA
DOKU Wallet
Dragonpay
DuitNow
E.SUN (Taiwan ATM & Internet banking)
FPS
FPX
GCash
GoPay
GrabPay - Malaysia
GrabPay - Singapore
Indonesian Bank Transfer
Indonesian Convenience Stores - BETA
Jenius Pay
Kakao Pay
Kiosk Payments
Konbini
Korean Local Cards - BETA
Laybuy by Klarna
LinkAja
Naver Pay - BETA
OVO
Pay-easy
Payco - BETA
PayNow
PayTo - BETA
Accept PayTo payments
Philippines Online Banking
PromptPay
Rabbit LINE Pay
Samsung Pay - BETA
ShopeePay
Taiwan Convenience Stores
Tesco Lotus
Thailand Online Banking
Toss Pay - BETA
Touch 'n Go
TrueMoney
WeChat Pay
Zip - BETA
North America & LATAM
Tax filing

Accept PayTo payments

This guide describes how to offer PayTo as a payment method on your checkout page using Native API integration.

You can accept PayTo payments in three simple steps:

  1. Create and verify a Payment Consent
  2. Confirm your Payment Intent with a verified Payment Consent
  3. Query Payment Consent status

Demo scenarios

Scenarios Variables
Successfully verify a payment consent • Set fixed_payment_amount or max_payment_amount != 400
• Wait for ~5s for the consent to move to the VERIFIED state
Failed to verify a payment consent • Set fixed_payment_amount or max_payment_amount = 400
• Wait for ~5s for the consent to move to the DISABLED state
Successfully initiate a payment After successfully verifying the consent:
• Create a payment intent with an amount != 400
• Wait for ~5s for the intent to move to the SUCCEEDED state
Failed to initiate a payment After successfully verifying the consent:
• Create a payment intent with an amount of 400
• Wait for ~5s for the intent to move to the FAILED state
Successfully refund Once the payment has SUCCEEDED, you can create a partial or full refund:
• The refund amount must not exceed the original payment amount.
• Wait for ~5s for the intent to move to PARTIALLY REFUNDED or FULLY REFUNDED state
Failed to refund • Trigger a refund with the refund amount of 4
• Wait for ~5s for the intent to move to REFUND_FAILED state
Was this page helpful?
On this page
Was this page helpful?