Get Payment Status

GET https://api.martpay.net/api/v2/pis/payment/{{merchant_order_id}}

The merchant_order_id of the payment must be included at the end of the URL.

Note: After creating a payment, the endpoint may return NOT_FOUND until the customer opens the payment link and begins the payment process.

Headers

Name
Value

key

x-api-key

value

{{api-key}}

Example

curl --location 'https://api.martpay.net/api/v2/pis/payment/{{merchant_order_id}}' \
--header 'x-api-key: {{API_KEY}}' \

Last updated