PayTomorrow

PayTomorrow

  • Integration Docs
  • API Reference

›Postbacks

API

  • Authenticate
  • Create Order
  • Create Full Application
  • Settle Application
  • Cancel Application
  • Refund Application
  • Get Application Status
  • Validate Postback

Postbacks

  • Payment Complete
  • Payment Pending
  • Payment Failed
  • Order Cancelled

Payment Complete

This is a POST request sent to the url you set in the notifyUrl property when funding the order. Ex: https://your-notify-url.com

Request Parameters

  • txn_type: cart
  • payment_status: completed
  • pt_currency: USD
  • pt_amount: The purchase amount
  • uuid: The application token

Request

POST / HTTP/1.1
Host: your-notify-url-here.com
Content-Type: application/x-www-form-urlencoded

txn_type=cart&payment_status=completed&pt_currency=USD&pt_amount=1000&uuid=d7f5b8ee-380c-4559-be18-0311e9922f98
← Validate PostbackPayment Pending →
  • Request Parameters
  • Request
PayTomorrow
Docs
Integration DocsAPI Reference
Copyright © 2021 PayTomorrow