HomeGuidesAPI ReferenceChangelogDiscussions
GuidesiMIS ProfessionaliMIS EnterpriseClient SupportLog In
API Reference
These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Executes a PaymentMethod operation

Executes an operation of PaymentMethod

With the PaymentMethod service, you can perform the following operation on the execute endpoint:

  • GetUrl

GetUrl

BODY PARAMS:
{
    "$type": "Asi.Soa.Commerce.DataContracts.PayPalExpressPaymentRequest, Asi.Contracts",
    "EntityTypeName": "PaymentMethod",
    "OperationName": "GetUrl",
    "ComboOrder": {
        "$type": "Asi.Soa.Commerce.DataContracts.ComboOrderData, Asi.Contracts"
    },
    "ReturnUrl": "string value",
    "CancelUrl": "string value"
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!