Approve a Check Transfer
post/check_transfers/{check_transfer_id}/approve
Path parameters
check_transfer_idstring required
The identifier of the Check Transfer to approve.
Response
Check Transfer
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"account_number": "987654321",
"amount": 1000,
"approval": null,
"approved_inbound_check_deposit_id": "inbound_check_deposit_zoshvqybq0cjjm31mra",
"balance_check": null,
"cancellation": null,
"check_number": "123",
"created_at": "2020-01-31T23:59:59Z",
"created_by": {
"category": "user",
"user": {
"email": "user@example.com"
}
},
"currency": "USD",
"fulfillment_method": "physical_check",
"id": "check_transfer_30b43acfu9vw8fyc4f5",
"idempotency_key": null,
"mailing": {
"mailed_at": "2020-01-31T23:59:59Z"
},
"pending_transaction_id": "pending_transaction_k1sfetcau2qbvjbzgju4",
"physical_check": {
"attachment_file_id": null,
"check_voucher_image_file_id": null,
"mailing_address": {
"city": "New York",
"line1": "33 Liberty Street",
"line2": null,
"name": "Ian Crease",
"phone": "+16505046304",
"postal_code": "10045",
"state": "NY"
},
"memo": "Invoice 29582",
"note": null,
"payer": [
{
"contents": "Ian Crease"
},
{
"contents": "33 Liberty Street"
},
{
"contents": "New York, NY 10045"
}
],
"recipient_name": "Ian Crease",
"return_address": {
"city": "New York",
"line1": "33 Liberty Street",
"line2": null,
"name": "Ian Crease",
"phone": "+16505046304",
"postal_code": "10045",
"state": "NY"
},
"shipping_method": null,
"signature": {
"image_file_id": null,
"text": "Ian Crease"
},
"tracking_updates": []
},
"routing_number": "101050001",
"source_account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"status": "mailed",
"stop_payment_request": null,
"submission": {
"preview_file_id": null,
"submitted_address": {
"city": "NEW YORK",
"line1": "33 LIBERTY STREET",
"line2": null,
"recipient_name": "IAN CREASE",
"state": "NY",
"zip": "10045"
},
"submitted_at": "2020-01-31T23:59:59Z",
"tracking_number": null
},
"third_party": null,
"type": "check_transfer",
"valid_until_date": null
}