Admin Payments For Approval
Request
Request header:
POST https://api.ipaymy.com/v2/admin/payments_for_approval
Host: api.ipaymy.com
Accept: application/json
Authorization: Bearer your_access_token
Params:
offset:
- Type: number
page_count:
- Type: number
account_id
:
- Type: string
purpose_id:
- Type: number
payment_status_id:
- Type: number
search_prefix:
- Type: string
charge_date_lower:
- Type: time
- Example: 2024-01-01T00:00:00.000Z
charge_date_upper:
- Type: time
- Example: 2024-01-01T00:00:00.000Z
payout_date_lower:
- Type: time
- Example: 2024-01-01T00:00:00.000Z
payout_date_upper:
- Type: time
- Example: 2024-01-01T00:00:00.000Z
account_type:
- Type: string
bank_id:
- Type: number
account_no:
- Type: number
environment:
- Type: string
country_id:
- Type: number
currency_id:
- Type: number
partnership:
- Type: string
payment_method_id:
- Type: number
Response
Response body:
{
"data": []
}
Response codes:
- 200: Good stuff, and the response body should be easy to parse.
- 422: Typically malformed JSON, such as an integer in place of the required alphanumeric string, or a missing key. Check the response body for further details.