View as Markdown
API Spec (JSON)
API Spec (YAML)
Compact modeHides field descriptions and other prose for a more compact, scannable view of the API reference.Client CredentialsToken URLhttps://api-m.sandbox.paypal.com/v1/oauth2/tokenInheaderScopes
https://uri.paypal.com/services/subscriptionsapplication/json
application/json
curl -X GET "https://example.com/billing-agreements/string/transactions"{ "agreement_transaction_list": [ { "transaction_id": "string", "status": "Completed", "transaction_type": "string", "payer_email": "string", "payer_name": "string", "time_stamp": "string", "time_zone": "string", "amount": { "value": "string", "currency": {} }, "fee_amount": { "value": "string", "currency": {} }, "net_amount": { "value": "string", "currency": {} } } ]}