ProZ.com global directory of translation services
The translation workplace
Ideas

BulkPayment

Description

Information about a ProZ.com BulkPayment.

Example

{
  "business_id": 66802,
  "currency": "usd",
  "fees_handled_by": "business",
  "payment_method": "bank_transfer",
  "payments": [
    {
      "amount": 40,
      "email": "[email protected]",
      "name": "John Doe",
      "payout_date": "2024-02-14T21:15:07.092Z",
      "notes": "Invoice2022"
    }
  ]
}

Fields

BulkPayment

business_id integer The Business ID.
currency string Currency
fees_handled_by string Fees handed by. Possible values: pros, business.
payment_method string Payment method. Possible values: bank_transfer, credit_card, paypal, advance_payment.
payments list SingleBulkPayment The collection of payments.

Endpoints that use this resource