Skip to main content

List Payouts

GET 

/payouts

List Payouts

Request

Query Parameters

    page int32

    Default value: 1

    Page to list

Responses

Successful operation
Schema
    payoutsobject[]required
  • Array [

  • source_id uuidrequired

    The payout account's id to be used as the source account

    sequence_number string

    A 16 digits string reference for the payout. If omitted, Moyasar will generate one for you

    amount integerrequired

    A positive integer representing the payout amount in the smallest currency unit.

    Examples:

    • 1.00 SAR = 100
    • 1.00 KWD = 1000
    • 1 JPY = 1
    purpose stringrequired

    Possible values: [bills_or_rent, expenses_services, purchase_assets, saving_investment, government_dues, money_exchange, credit_card_loan, gift_or_reward, personal, investment_transaction, family_assistance, donation, payroll_benefits, online_purchase, hajj_and_umra, dividend_payment, government_payment, investment_house, payment_to_merchant, own_account_transfer]

    destination

    objectrequired

    Contains the beneficiary's information.

    oneOf

    type stringrequired

    Should always be "bank"

    iban stringrequired

    The IBAN of the beneficiary

    name stringrequired

    the beneficiary's name

    mobile stringrequired

    the beneficiary's mobile

    country stringrequired

    the beneficiary's country

    city stringrequired

    the beneficiary's city

    comment string

    The comment you provided when creating the payout

    metadataobject

    A set of key-value pairs where both key and value are strings. Metadata allows you to add more information to the object that will be returned later on in responses and webhook messages. Metadata is searchable using the Payment List API.

    property name* string
  • ]

  • metaobjectrequired
    current_page integer
    next_page integer
    prev_page integer
    total_pages integer
    total_count integer
Loading...