Accept payments with Notch Pay’s hosted payment page
authorization_url
in the response. Redirect your customer to this URL to complete the payment:
callback
URL with the payment reference:
title
: Custom title for the collect pagedescription
: Detailed description of what the customer is paying forcallback
: URL to redirect after payment completionlocked_channel
: Restrict to a specific payment channellocked_country
: Restrict to payment methods from a specific countrylocked_currency
: Restrict to a specific currencyStatus | State | Description |
---|---|---|
pending | Transitional | Transaction has been initiated and awaits customer completion on the hosted page or direct api. |
processing | Transitional | Customer initiated the payment process, but it has not been completed yet. |
incomplete | Transitional | Customer pay less than payment amount. |
canceled | Final | Transaction has been cancelled. This status is final. |
failed | Final | Transaction has failed. This status is final. |
rejected | Final | Transaction has been rejected by our system or by operator. This status is final. |
abandoned | Final | Customer abandoned the payment on our hosted page. This status is final. |
expired | Final | Transaction has expired after 3 hours. This status is final. |
complete | Mixed | Transaction has been successfully completed. This status is final but can be refunded. |
refunded | Final | Transaction has been successfully refunded to customer. This status is final. |
partialy-refunded | Final | Transaction has been partialy refunded to customer. This status is final. |