{
"editionId": 0,
"editionPaymentType": 0,
"paymentPeriodType": 1,
"subscriptionPaymentGatewayType": 1,
"recurringPaymentEnabled": true,
"successUrl": "string",
"errorUrl": "string"
}
curl --location --request POST '/api/services/app/Payment/CreatePayment' \
--header 'Content-Type: application/json' \
--data-raw '{
"editionId": 0,
"editionPaymentType": 0,
"paymentPeriodType": 1,
"subscriptionPaymentGatewayType": 1,
"recurringPaymentEnabled": true,
"successUrl": "string",
"errorUrl": "string"
}'
0