Payout (Europe)
Overview
Europe payouts debit your USDC wallet and send EUR to a bank beneficiary. Some payouts require an explicit approve step on your server before they are released.
Required scope
payout:create
Flow
| Step | API |
|---|---|
| 1 | POST /v1/eur/payout-instances |
| 2 | POST /v1/eur/payout-instances/:transactionId/approve (when required) |
| 3 | GET /v1/eur/payout-instances/:transactionId |
Show an Approve payout button in your own admin UI when your integration detects approval is required.
Next steps
Last updated on