On this page
No Headings
Deprecation notice: TheDeletes an external payment, by invoice ID and transaction ID./v1/invoicesendpoint is deprecated. Use the/v2/invoicesendpoint instead. For details, see PayPal Invoicing Basic Integration.
Oauth 2.0 authentication
Client CredentialsToken URLhttps://api-m.paypal.com/v1/oauth2/tokenInheaderScopes
https://uri.paypal.com/services/invoicingThe ID of the invoice for which to generate a QR code.
The ID of the external refund transaction to delete.
application/json
curl -X DELETE "https://api-m.paypal.com/v1/invoicing/v1/invoicing/invoices/string/payment-records/string"{
"name": "string",
"debug_id": "string",
"message": "string",
"information_link": "string",
"details": [
{
"field": "string",
"issue": "string"
}
]
}