Website logo
Create AccountSign In
⌘K
Moyasar Documentation
Payments
Credit Card
Apple Pay
STC Pay
Tokenization
Payment Errors
Form Configuration
Payouts
Invoices
Creating invoices
Mobile SDKs
iOS SDK
Android SDK
Flutter SDK
Hosted Checkout
E-Commerce Plugins
WooCommerce
PrestaShop
NopCommerce
OpenCart
Magento2
Testing
Testing Cards
Apple Pay Testing
Custom Payments
Credit Cards
STC Pay
Apple Pay on Websites
Apple Pay on Apps
Tokenized Cards
Dashboard
Apple Pay Using Developer Account
Apple Pay Using Web Registration
Get Your API Keys
Setting up your IP whitelist
Setting up Webhooks
API
Introduction
Authentication
Pagination
Metadata
Payments
Payouts
Invoices
Tokens
Apple Pay
Webhooks
Errors
Support
Help Desk
Docs powered by Archbee
API
Payouts

Fetch Payout

1min

You can retrieve a single payout from the system by using the following endpoint.

Get payout by its ID.
GET
Params
Path Params
id
required
String
UUID of the payout to fetch.
Curl
curl 'https://api.moyasar.com/v1/payouts/6da068c2-6cbe-4ad3-ab11-2deb61ec2ac9'
Responses
200
{
    "id": "6da068c2-6cbe-4ad3-ab11-2deb61ec2ac9",
    "status": "paid",
    "amount": 20000,
    "currency": "SAR",
    "purpose": "personal",
    "comment": null,
    "destination": {
        "city": "Riyadh",
        "iban": "SA0380000000608010167519",
        "name": "Abdulaziz",
        "type": "bank",
        "mobile": "0544424173",
        "country": "KSA"
    },
    "message": null,
    "created_at": "2023-08-16T13:45:30.067Z",
    "updated_at": "2023-08-16T13:52:05.279Z",
    "source_id": "8292cb17-0ca4-42ce-b8b3-a7eba3af038f"
}




Updated 23 Nov 2023
Did this page help you?
PREVIOUS
Create Bulk Payout
NEXT
List Payout
Docs powered by Archbee
TABLE OF CONTENTS
GET
Show Payout
Docs powered by Archbee