via Checkout or API - fast, secure and global reach
Crypto (OTC and Crossramp) · Round trip flow
Automate your financial processes with the Mises API. Get real-time webhooks, simple integration with thousands of systems, and the ease to scale your operation without complications.
1curl -X POST https://api.misespay.com/v1/sales \2 -H "Authorization: Bearer eyJhbGciOi..." \3 -H "Content-Type: application/json" \4 -d '{5 "amount": 150.75,6 "customer_name": "João da Silva",7 "customer_email": "joao.silva@example.com",8 "customer_document": "12345678909",9 "customer_phone": "11999887766",10 "expiration_minutes": 3011 }'