主要在欧洲和英语国家流行的网关,接受普通卡和加密货币
如果你的企业位于以下任一国家,即可使用 Stripe:
可向你的客户收取以下任一货币:
要接入 Stripe,你需要从 Stripe 账户中获取以下凭据:
Stripe is self-serve: you can open an account in minutes. What takes time is Stripe's business verification, which has to finish before you can charge a real card. Worth checking first — Stripe treats travel reservation services as a restricted business (approval needs extra documents), and airlines, cruises and timeshares are prohibited outright.
Sign up at dashboard.stripe.com/register, then complete the account application so Stripe can verify your business and enable live payments. Pick the business country carefully: it is tied to the account and cannot be changed afterwards.
From dashboard.stripe.com/apikeys, in live mode, take the secret key (sk_live_…). Stripe also lets you create a restricted key instead, which is the safer way to hand access to any third-party product.
At dashboard.stripe.com/webhooks, create an endpoint listening for checkout.session.completed and checkout.session.async_payment_succeeded, pointing at the URL below. Copy its signing secret (whsec_…) — that plus the API key are the two values TourTask asks for.
Notification URL (webhook)
https://api.tourtask.com/v1/payments/stripe/notifications/booking