Upload payment request attachment
POST/api/payment_requests/:id/documents/upload
Requires the PAYPAL OAuth scope. Upload an attachment for an existing payment request draft.
Request
Responses
- 201
- 400
- 401
- 403
- 422
Created - The request was processed successfully.
Bad Request -- Your request is invalid.
Unauthorised -- Your access token is wrong.
Forbidden -- Access to the requested resource or action is forbidden.
Unprocessable Content -- We could not process your request due to invalid data provided.