v4
OpenAPI 3.1.02026-08-012402353.8 MBApprove a Card Push Transfer
Approves a Card Push Transfer in a pending_approval state.
post/card_push_transfers/{card_push_transfer_id}/approve
Path parameters
card_push_transfer_idstring required
The identifier of the Card Push Transfer to approve.
Response
Card Push Transfer
Example response
{
"acceptance": null,
"account_id": "account_in71c4amph0vgo2qllky",
"approval": null,
"business_application_identifier": "funds_disbursement",
"cancellation": null,
"card_token_id": "outbound_card_token_zlt0ml6youq3q7vcdlg0",
"created_at": "2020-01-31T23:59:59Z",
"created_by": {
"category": "user",
"user": {
"email": "user@example.com"
}
},
"decline": null,
"id": "outbound_card_push_transfer_e0z9rdpamraczh4tvwye",
"idempotency_key": null,
"merchant_category_code": "1234",
"merchant_city_name": "New York",
"merchant_legal_business_name": null,
"merchant_name": "Acme Corp",
"merchant_name_prefix": "Acme",
"merchant_postal_code": "10045",
"merchant_state": "NY",
"merchant_street_address": null,
"presentment_amount": {
"currency": "USD",
"value": "12.34"
},
"recipient_address_city": null,
"recipient_address_line1": null,
"recipient_address_postal_code": null,
"recipient_address_state": null,
"recipient_name": "Ian Crease",
"route": "visa",
"sender_address_city": "New York",
"sender_address_line1": "33 Liberty Street",
"sender_address_postal_code": "10045",
"sender_address_state": "NY",
"sender_name": "Ian Crease",
"source_account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"status": "pending_submission",
"submission": null,
"type": "card_push_transfer"
}