POST Payment/InstaPoojaWalletOrderProcessing
Request Information
URI Parameters
None.
Body Parameters
WalletInput| Name | Description | Type | Additional information |
|---|---|---|---|
| currencyCode | string |
None. |
|
| customerId | integer |
None. |
|
| productId | integer |
None. |
|
| shopId | integer |
None. |
|
| locale | string |
None. |
|
| subTotal | decimal number |
None. |
|
| duration | time interval |
None. |
|
| language | string |
None. |
|
| astrologerId | integer |
None. |
|
| astrologerName | string |
None. |
|
| callDate | date |
None. |
|
| sendmail | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"currencyCode": "sample string 1",
"customerId": 2,
"productId": 3,
"shopId": 4,
"locale": "sample string 5",
"subTotal": 6.0,
"duration": "00:00:00.1234567",
"language": "sample string 8",
"astrologerId": 9,
"astrologerName": "sample string 10",
"callDate": "2026-06-01T23:38:18.1786051+05:30",
"sendmail": true
}
application/xml, text/xml
Sample:
<WalletInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL"> <astrologerId>9</astrologerId> <astrologerName>sample string 10</astrologerName> <callDate>2026-06-01T23:38:18.1786051+05:30</callDate> <currencyCode>sample string 1</currencyCode> <customerId>2</customerId> <duration>PT0.1234567S</duration> <language>sample string 8</language> <locale>sample string 5</locale> <productId>3</productId> <sendmail>true</sendmail> <shopId>4</shopId> <subTotal>6</subTotal> </WalletInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |