Approve a transfer
Authentication requires either the x-api-key header or, for enhanced security, both x-signature and x-timestamp headers.``
PUT /api/v1/paypal-payment/transfers/{transferId}/approve
Request query:
| Parameter | Description |
|---|---|
| transferId | Required ID of transfer to approve |
Example response:
{
"id": 1,
"requestId": "79ab47a2-6148-481e-b04a-1e34c34dae0b",
"paymentDate": "2024-08-31T12:00:00.000Z",
"recipientDestinationType": "EMAIL",
"recipientDestination": "[email protected]",
"paymentExecutionDate": "2021-08-31T12:00:00.000Z",
"currency": "USD",
"status": "APPROVED",
"amount": 100,
"reason": null,
"requireApproval": false,
"reference": "12332",
"internalReference": null,
"recipientType": "INDIVIDUAL",
"recipientFirstName": "John",
"recipientLastName": "Does",
"recipientCompanyName": null,
"recipientEmail": "[email protected]",
"recipientNickName": "Joe",
"recipientCity": "New York",
"recipientState": "California",
"recipientCountry": "US",
"recipientPostalCode": "0128",
"recipientAddress": null,
"createdAt": "2024-08-31T12:00:00.000Z"
}Updated about 1 month ago
