The request body is of type DoesThisPaymentProfileExistForThisSite.
Request Body Parameters
Name | Description | Data Type |
---|---|---|
CurrencyCode | xml:string | |
CCType_ID | xml:int | |
PaymentProvider_ID | xml:int | |
Site_ID | xml:int |
Method | DoesThisPaymentProfileExistForThisSite |
The request body is of type DoesThisPaymentProfileExistForThisSite.
Name | Description | Data Type |
---|---|---|
CurrencyCode | xml:string | |
CCType_ID | xml:int | |
PaymentProvider_ID | xml:int | |
Site_ID | xml:int |
// Sample MakeAJAXCall
The response body is of type DoesThisPaymentProfileExistForThisSiteResponse.
Name | Description | Data Type |
---|---|---|
DoesThisPaymentProfileExistForThisSiteResult | A string value containing a JSON object. Sample response here | xml:boolean |