mirror of
https://github.com/plutov/paypal.git
synced 2025-02-02 15:10:36 +01:00
billing endpoints
This commit is contained in:
parent
f788a0929c
commit
87b4c45133
|
@ -35,6 +35,10 @@
|
||||||
* PATCH /v1/vault/credit-cards/**ID**
|
* PATCH /v1/vault/credit-cards/**ID**
|
||||||
* GET /v1/vault/credit-cards/**ID**
|
* GET /v1/vault/credit-cards/**ID**
|
||||||
* GET /v1/vault/credit-cards
|
* GET /v1/vault/credit-cards
|
||||||
|
* POST /v1/payments/billing-plans
|
||||||
|
* PATCH /v1/payments/billing-plans/***ID***
|
||||||
|
* POST /v1/payments/billing-agreements
|
||||||
|
* POST /v1/payments/billing-agreements/***TOKEN***/agreement-execute
|
||||||
|
|
||||||
### Missing endpoints
|
### 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**
|
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