简体   繁体   中英

Get Paypal billing agreement by charge_id

Is there some kind of Paypal API to get a billing agreement by a charge_id ? The only way I could find to retrieve it is by its Id which I do not have.

What is a charge_id?

Getting details about the v2/checkout/orders object , or of a captured transaction ID ( payment object ) might contain information about the billing agreement used to fund the transaction.

If using the classic API the equivalent would be GetExpressCheckoutDetails and GetTransactionDetails.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM