Skip to main content
With the Paymove payment gateway, accepting online payments is simple. As a merchant you initiate the transaction via our API or SDK, and your customer pays on a secure, ready-made payment page. As soon as the payment is completed, your system receives an automatic notification.
You can try a ready-made integration in the Paymove demo shop.

How does a payment work?

StepWhoWhat happens
1Your serverCalls the Paymove API with amount, externalId and returnUrl
2PaymoveReturns redirectUrl - the checkout page address
3CustomerIs redirected to checkout and enters payment details
4PaymoveSends a webhook to the registered URL with order information
5Your serverResponds with { "status": "ok" } and fulfills the order
6CustomerIs redirected back to returnUrl

What you need to integrate

DataFormatDescription
apiKeypm_sbx_sk_2f38b0c1e74c466db3d1a9b7ff8c41f2Authorization key for the API / SDK
merchantId2f6c19e8-84a7-4f50-b950-8d5a05e0bbf2UUID identifying your store in the Paymove system
You can generate your API key and merchantId in the Paymove Panel.