Public
Documentation Settings

QorePay payment orchestration

This workspace provides sample requests for popular workflows:

  • Managing clients
  • Fetching purchases
  • Accepting payments with payment links
  • Accepting once-off payments for e-commerce
  • Tokenize payment details and charge recurring payments
  • Set up payment plans and automate billing for subscriptions
  • Make payouts from available funds
AUTHORIZATIONBearer Token
Token

pVsYpwQ3sbay1yBqxgfjWwzdF_8v3J3tbmuoe7pmUvoeQ2xzAFSqnmH6AznX8vTBtU26cv2G9qqeLWoRv2ANJA==

Purchase

Quickly generate a payment link to accept payment on QorePay's hosted checkout page.

AUTHORIZATIONBearer Token
This folder is using Bearer Token from collectionQorePay payment orchestration

POSTCreate Purchase

https://gate.qorepay.com/api/v1/purchases/
AUTHORIZATIONBearer Token
Token

<token>

Bodyraw (json)
json
{
  "client": {
    "email": "test@gmail.com"
  },
  "purchase": {
    "currency": "NGN",
    "products": [
      {
        "name": "test",
        "price": 500
      }
    ]
  },
  "brand_id": "d1f2ade8-c347-4382-835c-c36483a82592",
  "message": "QOREPAY TECHNOLOGY SOLUTIONS",
  "success_redirect": "https://www.qorepay.test",
  "failure_redirect": "https://www.qorepay.test.fail"
}

GETGet Payment Status

https://gate.qorepay.com/api/v1/purchases/d36c2c69-8fe0-4af8-a969-407509bf25bb/
AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionQorePay payment orchestration

Account lookup

Quickly generate a payment link to accept payment on QorePay's hosted checkout page.

AUTHORIZATIONBearer Token
This folder is using Bearer Token from collectionQorePay payment orchestration
Loading