Skip to main content
GET
Get Unique Payment

Get Unique Payment

Get details of a specific payout payment by ID.

Path Parameters

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

Response

Returns a single payout payment object with all details.
id
integer
WEpayment’s auto generated payout ID.
merchant_id
integer
Merchant ID that created the payout.
amount
integer
Payout amount in cents.
currency
string
Currency code.
country
string
Country code.
description
string
Payout description.
recipient
object
Recipient information.
status
object
Payout status.
external_id
string
Your internal reference ID.
notification_url
string
Webhook notification URL.
created_at
string
Creation timestamp.
updated_at
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