gdmx_create_checkout
Create a card-to-USDC checkout that runs payment providers in parallel, uses the first successful conversion, and sends funds directly to the merchant wallet.
Instructions
Create a card→USDC checkout (parallel race, fastest provider wins, direct to merchant wallet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Merchant EVM address | |
| amount | Yes | USD amount, e.g. 5 | |
| chainId | No | EVM chain id (optional) | |
| provider | No | Preferred provider id (optional) |