From 87b4c45133be0671a36e069acef74007f40b3f94 Mon Sep 17 00:00:00 2001 From: envy124 Date: Wed, 6 Sep 2017 11:15:21 +0300 Subject: [PATCH] billing endpoints --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 12692f3..65978f9 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ * PATCH /v1/vault/credit-cards/**ID** * GET /v1/vault/credit-cards/**ID** * 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 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**