Payout (Europe)
Overview
Europe payouts debit your USDC wallet (Europe pocket only) and send EUR to a
bank. A PYUSD USDC (PYUSD-USDC) balance cannot fund this. Some payouts require
an explicit approve step on your server before they are released.
Idempotency-Key is required on create. Use payeeDetails (not beneficiary).
Required scope
payout:create
Flow
| Step | API |
|---|---|
| 1 | POST /v1/eur/payout-instances with Idempotency-Key |
| 2 | POST /v1/eur/payout-instances/:transactionId/approve (empty body, 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 (requiresApproval / awaiting_approval).
Next steps
Last updated on