For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dashboard
DocsAPI Reference
DocsAPI Reference
    • End Points
  • PARTNER
    • GETGet Orders
    • GETGet Order By ID
    • GETGet Webhooks
    • POSTRefresh Access Token
    • POSTCreate Widget URL
  • COUNTRIES
    • GETGet Countries
  • CURRENCIES
    • GETGet Crypto Currencies
    • GETGet Fiat Currencies
    • GETGet Price
    • GETVerify Wallet Address
  • HEADLESS APPLE PAY API
    • End Points
    • POSTTransaction Session API
    • POSTTransaction Process API
    • GETTransaction Request Status API
  • TRANSAK WHITELABEL API
    • End Points
Dashboard
LogoLogo
On this page
  • End Points
  • Quick Navigation
HEADLESS APPLE PAY API

Getting Started

Base URLs and API reference for Headless Apple Pay.
||View as Markdown|
Was this page helpful?
Edit this page
Previous

Verify Wallet Address

Next

Transaction Session API

Built with

Headless Apple Pay lets partners embed Apple Pay directly in their own UI without loading the full Transak widget. All API calls must be made from the partner backend.

End Points

EnvironmentBase URL
Staginghttps://api-gateway-stg.transak.com
Productionhttps://api-gateway.transak.com

Quick Navigation

  • Transaction Session API — Create a transaction session using a quote ID and wallet address.
  • Transaction Process API — Process the Apple Pay payment using the requestId from the SDK callback.
  • Transaction Status API — Poll the status of a requestId until it reaches a terminal state.