Send paper check
API Refs
- Staging: Send paper check
This endpoint sends a paper check to a recipient's physical address.
Request body
Name | Type | Description | Required |
---|---|---|---|
recipientEmail | string | The email address of the recipient | yes |
amount | number | The payment amount | yes |
alias | string | The alias of the recipient's address | yes |
mailType | string | The shipping method (FedEx , Mail , etc.) | yes |
memo | string | A short description for the payment | no |
Response
A successful request returns a 201 Created
status code with the details of the created payment.
Updated 1 day ago