POST v1/Paypal/Post
Request Information
URI Parameters
None.
Body Parameters
Common.Dto.Post.PaypalBillingAgreement| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| baid | string |
None. |
|
| paymentCollectOptions | Common.Dto.Post.PaymentCollectOptions |
None. |
|
| customerId | integer |
None. |
|
| source | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"baid": "sample string 2",
"paymentCollectOptions": {
"collectionAmount": 1.0,
"payPendingCharges": true,
"payBalanceOwing": true
},
"customerId": 3,
"source": "sample string 4"
}
Response Information
Resource Description
Common.Dto.Get.PaymentMethod| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
None. |
|
| firstName | string |
None. |
|
| lastName | string |
None. |
|
| address1 | string |
None. |
|
| address2 | string |
None. |
|
| countryId | integer |
None. |
|
| country | string |
None. |
|
| stateId | integer |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| postalZip | string |
None. |
|
| isDefault | boolean |
None. |
|
| isParent | boolean |
None. |
|
| externalCustomerId | string |
None. |
|
| externalCardId | string |
None. |
|
| storedInFusebillVault | boolean |
None. |
|
| string |
None. |
||
| modifiedDate | date |
None. |
|
| originalPaymentMethodId | integer |
None. |
|
| isUsedForBillingPeriodOverride | boolean |
None. |
|
| businessTaxId | string |
None. |
|
| storedInStax | boolean |
None. |
|
| paymentMethodType | string |
None. |
|
| sharing | boolean |
None. |
|
| descendantOverrides | Collection of Common.Dto.Get.PaymentMethodSharing |
None. |
|
| status | string |
None. |
|
| repeatFailureCount | integer |
None. |
|
| hasMadePayment | boolean |
None. |
|
| storedGateways | Collection of string |
None. |
|
| paymentMethodStatusDisabledType | string |
None. |
|
| paymentMethodNickname | string |
None. |
|
| id | integer |
None. |
|
| uri | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.