POST Payment/WalletRechargeUsingStripeOrRazor

Request Information

URI Parameters

None.

Body Parameters

RechargeInputStripeRazor
NameDescriptionTypeAdditional information
ExpiryMonth

integer

None.

ExpiryYear

integer

None.

Gateway

string

None.

TransactionId

string

None.

VariationId

integer

None.

PriestId

string

None.

schedule

offlineSchedule

None.

walletamount

decimal number

None.

Productcontrolvalue

string

None.

referralValue1

string

None.

referralValue2

string

None.

customerId

integer

None.

productId

integer

None.

subTotal

decimal number

None.

Paymenttype

string

None.

CreditCardNo

string

None.

CVV

string

None.

CurrencyCode

string

None.

Locale

string

None.

ShopId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ExpiryMonth": 1,
  "ExpiryYear": 2,
  "Gateway": "sample string 3",
  "TransactionId": "sample string 4",
  "VariationId": 5,
  "PriestId": "sample string 6",
  "schedule": {
    "timezone": "sample string 1",
    "sTime": "2026-06-01T23:38:05.5528425+05:30",
    "eTime": "2026-06-01T23:38:05.5528425+05:30"
  },
  "walletamount": 7.0,
  "Productcontrolvalue": "sample string 8",
  "referralValue1": "sample string 9",
  "referralValue2": "sample string 10",
  "customerId": 11,
  "productId": 12,
  "subTotal": 13.0,
  "Paymenttype": "sample string 14",
  "CreditCardNo": "sample string 15",
  "CVV": "sample string 16",
  "CurrencyCode": "sample string 17",
  "Locale": "sample string 18",
  "ShopId": 19
}

application/xml, text/xml

Sample:
<RechargeInputStripeRazor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL">
  <CVV>sample string 16</CVV>
  <CreditCardNo>sample string 15</CreditCardNo>
  <CurrencyCode>sample string 17</CurrencyCode>
  <Locale>sample string 18</Locale>
  <Paymenttype>sample string 14</Paymenttype>
  <ShopId>19</ShopId>
  <customerId>11</customerId>
  <productId>12</productId>
  <subTotal>13</subTotal>
  <ExpiryMonth>1</ExpiryMonth>
  <ExpiryYear>2</ExpiryYear>
  <Gateway>sample string 3</Gateway>
  <PriestId>sample string 6</PriestId>
  <Productcontrolvalue>sample string 8</Productcontrolvalue>
  <TransactionId>sample string 4</TransactionId>
  <VariationId>5</VariationId>
  <referralValue1>sample string 9</referralValue1>
  <referralValue2>sample string 10</referralValue2>
  <schedule>
    <eTime>2026-06-01T23:38:05.5528425+05:30</eTime>
    <sTime>2026-06-01T23:38:05.5528425+05:30</sTime>
    <timezone>sample string 1</timezone>
  </schedule>
  <walletamount>7</walletamount>
</RechargeInputStripeRazor>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RechargeInputStripeRazor'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.