The Monek API gives developers a clean, RESTful interface to accept cards, trigger payouts, and manage merchants — with full UK acquiring behind every transaction.
POST /v1/payments
Authorization: Bearer sk_test_...
Content-Type: application/json
{
"amount": 2500,
"currency": "GBP",
"reference": "ORDER-1234",
"redirect_url": "https://yoursite.com/thanks"
}
RESPONSE 200:
{
"id": "pay_abc123",
"status": "pending",
"checkout_url": "https://pay.monek.com/c/abc123"
}Our full sandbox environment mirrors production exactly. Use test card numbers, trigger webhooks, and simulate edge cases before you go live.
Get your API keys and start building today. Our developer support team is on hand if you need help.