This is a simple Postman collection for Paynow API V1. Collection allows you to create a basic requests in Paynow Sandbox environment.
- Download collection for Paynow API
paynow.postman.collection.json
and environment variablespaynow.sandbox.postman.environment.json
. - Import them into your Postman application.
- Select
Paynow Sandbox
environment
To see the full documentation of our API please refer to the following website: https://docs.paynow.pl
Make a payment:
- Send
Payment request
. - Open returned URL in your web browser and authorize a payment.
- Send
Payment status
, to retrieve current payment status
Make a payment [WHITELABEL]:
- Send
Payment request [WHITELABEL]
. Should return paymentId with PENDING status - Send
Payment status [WHITELABEL]
, to retrieve current payment status. Should be updated toCONFIRMED
after some time.
Make a refund:
- Send
Payment request
. - Open returned URL in your web browser and authorize a payment.
- Send
Payment status
, to retrieve current payment status - Send
Payment refund
- Send
Payment status
, to retrieve current refund status