mirror of
https://github.com/plutov/paypal.git
synced 2025-03-13 21:40:58 +01:00
update README.md
This commit is contained in:
parent
5ff41664bd
commit
7c9329fbd6
|
@ -38,10 +38,12 @@
|
|||
* PATCH /v1/vault/credit-cards/**ID**
|
||||
* GET /v1/vault/credit-cards/**ID**
|
||||
* GET /v1/vault/credit-cards
|
||||
* GET /v1/payments/billing-plans
|
||||
* POST /v1/payments/billing-plans
|
||||
* PATCH /v1/payments/billing-plans/***ID***
|
||||
* PATCH /v1/payments/billing-plans/**ID**
|
||||
* POST /v1/payments/billing-agreements
|
||||
* POST /v1/payments/billing-agreements/***TOKEN***/agreement-execute
|
||||
* POST /v1/payments/billing-agreements/**TOKEN**/agreement-execute
|
||||
* POST /v1/payments/billing-agreements/**ID**/cancel
|
||||
|
||||
### Missing endpoints
|
||||
It is possible that some endpoints are missing in this SDK Client, but you can use built-in **paypalsdk** functions to perform a request: **NewClient -> NewRequest -> SendWithAuth**
|
||||
|
|
Loading…
Reference in New Issue
Block a user