Skip to main content
GET
Get Collection

Overview

Retrieve details of a specific collection by its ID. Use this to verify payment status.

Path Parameters

Response

Payer Object

Status Values

Example Usage

Example Response

Verifying Payments

Always verify payment status server-side before fulfilling orders. Never trust client-side redirects alone.
  1. Webhook: Receive payment notification at your webhookUrl
  2. API Verification: Call this endpoint to confirm the payment
  3. Check Status: Ensure status is COMPLETED
  4. Check Amount: Verify amount matches expected value
  5. Fulfill Order: Only then process the order

Error Responses

Authorizations

Authorization
string
header
required

JWT access token obtained from /auth/token

Path Parameters

collectionId
string
required

Collection ID, batch ID, or order ID

Response

Collection retrieved successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
data
object
meta
object