Payment method · Vietnam

Techcombank — VND collections and payouts

CVPay is a Singapore-licensed payment provider that lets businesses accept VND payments from Techcombank account holders through VietQR and send payouts directly to Techcombank bank accounts.

Techcombank logo

What is Techcombank?

Techcombank (Vietnam Technological and Commercial Joint Stock Bank) is one of Vietnam’s largest private banks, with a strong affluent and urban customer base and one of the country’s most polished mobile banking experiences. Zero-fee transfers made it a favorite for everyday QR payments.

Every Techcombank retail account works with VietQR, Vietnam's national QR standard operated by NAPAS. When your customer banks with Techcombank, they can pay you by scanning a QR code in the Techcombank mobile app — no card details, no manual account entry, and the transfer references are matched to your order automatically.

Key facts

Bank
Vietnam Technological and Commercial Joint Stock Bank
NAPAS BIN
970407
Currency
VND (Vietnamese dong)
Pay-in speed
Typically 1–3 minutes after the customer confirms
Payout speed
Typically 1–3 minutes via 24/7 fast transfer
Availability
24/7 including weekends and holidays
Limits
Per-transaction and daily limits follow your merchant configuration

How it works with CVPay

Accepting payments (pay-ins)

Create an order through the CVPay API and show the returned VietQR code to your customer. They scan it in the Techcombank app, confirm the exact amount, and the funds are matched to your order and credited to your VND balance — usually within 1–3 minutes. Each QR is dynamic: it carries the order amount and reference, which eliminates underpayment and manual reconciliation.

Sending payouts to Techcombank accounts

Submit a transfer through the API with the recipient's Techcombank account number and name. Payouts ride Vietnam's 24/7 fast-transfer rails and typically settle in minutes. Optional recipient-name verification is available before dispatch, which materially reduces failed and misdirected transfers.

Integration

One REST API covers every payment method CVPay supports. Create an order, show the returned QR or account details to your customer, and receive the result on your webhook. A hosted cashier page and sandbox environment are available, and most merchants complete integration within days.

# Create a VND payout to a Techcombank account
curl -X POST 'https://{api-base}/api/transfer/create' \
  -d 'mchNo=M1234567890' \
  -d 'appId=YOUR_APP_ID' \
  -d 'mchOrderNo=PAYOUT-2026-0001' \
  -d 'currency=vnd' \
  -d 'amount=1000000' \
  -d 'accountNo=0123456789' \
  -d 'accountName=RECIPIENT NAME' \
  -d 'bankName=TECHCOMBANK' \
  -d 'sign=...'

# Status is delivered to your webhook when the
# transfer reaches a final state.
# Simplified example — see the API docs for details.

Frequently asked questions

How fast do Techcombank transfers arrive?+

Both pay-ins and payouts typically settle within 1–3 minutes over Vietnam's 24/7 fast-transfer network. Delays beyond a few minutes are rare and usually caused by maintenance windows on the banking side.

Do my customers need anything besides their Techcombank app?+

No. Any Techcombank retail customer with mobile banking can scan a VietQR code and pay. There is no card enrollment or extra registration step.

What are the transaction limits?+

Limits are set per merchant based on your business profile and KYB review. Typical configurations support both small consumer payments and larger B2B transfers — contact us with your expected volumes.

Can I verify the recipient name before sending a payout?+

Yes. The API offers a recipient-name check so you can confirm the account holder before dispatching funds, reducing failed transfers and fraud disputes.

Start accepting payments today.

Create an account and go live, or talk to our team about your requirements.