POST
/
sandbox
/
payment
curl --request POST \
  --url https://api.tryfinch.com/sandbox/payment \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json'
{
  "payment_id": "<string>",
  "pay_date": "<string>"
}

All fields are optional. If you don’t provide a start and end date, the default start_date is one business day after the end_date of the most recently created payment, and the default end_date is start_date + 14 business days. The default pay_date is the end_date and the default debit_date is one business day after the pay_date.

You may override any fields in the pay statements you would like. By default, no taxes, earnings or deductions are created (unless an individual is enrolled in deductions via the /benefits endpoints).

Authorizations

Authorization
string
headerrequired

Please use your Access Token

Body

application/json
start_date
string
end_date
string
pay_statements
object[]

Response

200 - application/json
payment_id
string

The ID of the payment.

pay_date
string

The date of the payment.