curl -X POST https://api.acountpay.com/v1/partner/merchants/42/card-payments/orders \ -H "X-Partner-Client-Id: your-client-id" \ -H "X-Partner-Client-Secret: your-client-secret" \ -H "Content-Type: application/json" \ -d '{ "amount": 10000, "currency": "DKK", "reference": "ORDER-123", "description": "2x Coffee" }'
{ "order": { "orderId": "ord_abc123", "status": "CREATED", "amount": 10000, "currency": "DKK", "reference": "ORDER-123" } }
Create an order for card payment processing
DKK
EUR
SEK
orderId
status
CREATED
amount
currency
Was this page helpful?