Accept pending payment as Paper Check
API Refs
Send a paper check via physical mail couriers. Paper checks aren't the newest or the fastest way to send money, but they present a time-honored method of sending a payment. Multiple mail speeds are supported, and tracking is available for most options.
URI Parameters
Name | Type | Description | Required |
---|---|---|---|
paymentId | number | The ID of the pending payment to accept | yes |
Request body
Name | Type | Description | Required |
---|---|---|---|
alias | string | The alias of the address to send the check to | yes |
mailType | string | The shipping method (FedEx , Mail , etc.) | yes |
Response
A successful request returns a 201 Created
status code with the details of the accepted payment.
Updated 3 days ago