Skip to main content
GET
Get Unique Payment

Get Unique Payment

Get details of a specific payout payment by ID.

Path Parameters

integer
required
The ID of the payout payment to retrieve.Example: 54321

Response

Returns a single payout payment object with all details.
integer
WEpayment’s auto generated payout ID.
integer
Merchant ID that created the payout.
integer
Payout amount in cents.
string
Currency code.
string
Country code.
string
Payout description.
object
Recipient information.
object
Payout status.
string
Your internal reference ID.
string
Webhook notification URL.
string
Creation timestamp.
string
Last update timestamp.

Request Example

Use Cases

Monitor the status of a specific payout:
Check if a payout has been completed:
Retrieve payment details for accounting reconciliation:
Find and track a payment using your internal reference:
Check status of multiple payouts:

Status Codes

Best Practices

Status Monitoring: Use webhooks instead of polling this endpoint repeatedly to check payment status.
External ID: Use the external_id to track payments in your system and correlate with your internal records.
Error Handling: Always implement proper error handling for 404 responses when the payment ID doesn’t exist.

Create Payment

Create a new payout payment

List Payments

List all payout payments

Callback Payment

Receive payment status updates

Get Balance

Check your wallet balance

Get Statement

View account statement