payments
Mark affiliates as paid in bulk
post/admin/payments
Request body
Response
Example response
{
"payments": [
{
"id": 1,
"affiliate_id": 1,
"amount": 100,
"payment_method": "paypal",
"payment_details": {
"paypal_email": "abc@paypal.com"
},
"admin_note": "Paid for the orders",
"affiliate_message": "Here is your payment",
"created_at": "Tue Sep 01 2026 09:54:14 GMT+0200 (Central European Summer Time)"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.