Fetch Payment Information
Fetch Payment Information by ID
Retrieve comprehensive details about a payment using its unique identifier. This endpoint returns all information about the payment including order details, customer information, payment method, and transaction status.
Fetch Payment Info Flow
Retrieve Payment Information
To fetch detailed information about a payment, send a GET request with the paymentId.
Request
Response
Response Attributes
Main Payment Attributes
Amount Object
Customer Object
Card Object (when applicable)
Timestamps Object
Refunds Array
Order Lines Array
Each order line contains:
Use Cases
1. Order Fulfillment
Retrieve payment details to verify completion before shipping:
2. Customer Support
Display payment history and details for customer inquiries:
3. Refund Processing
Check payment details before processing a refund: