| All Verbs | /CreditCardDeposit |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CreditCardId | query | int | No | Unique credit card identifire |
| CVN | query | string | No | CVN |
| Amount | query | decimal | No | Amount |
| TermUrl | query | string | No | TermUrl |
| ThreeDSMethodNotificationURL | query | string | No | ThreeDSMethodNotificationURL |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| AddInfo | form | List<string> | No | |
| TBSReference | form | string | No | |
| GatewayReference | form | string | No | |
| IsFirstDeposit | form | bool | No | |
| Amount | form | decimal | No | |
| ThreeDSStatus | form | int | No | |
| Verification3DRedirectResponse | form | Verification3DRedirectResponse | No | |
| Verification3DMethodResponse | form | Verification3DMethodResponse | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ErrorNo | form | int | No | |
| Message | form | string | No | |
| Identity | form | long? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| AcsURL | form | string | No | |
| CReq | form | string | No | |
| MD | form | string | No | |
| PaReq | form | string | No | |
| TermUrl | form | string | No | |
| ThreeDSSessionData | form | string | No | |
| Version3DS | form | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Secure3DMethodForm | form | string | No | |
| ThreeDSServerTransID | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /CreditCardDeposit HTTP/1.1
Host: ios-api.betright.com.au
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
CreditCardId: 0,
CVN: String,
Amount: 0,
TermUrl: String,
ThreeDSMethodNotificationURL: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
AddInfo:
[
String
],
TBSReference: String,
GatewayReference: String,
IsFirstDeposit: False,
Amount: 0,
ThreeDSStatus: 0,
Verification3DRedirectResponse:
{
AcsURL: String,
CReq: String,
MD: String,
PaReq: String,
TermUrl: String,
ThreeDSSessionData: String,
Version3DS: 0
},
Verification3DMethodResponse:
{
Secure3DMethodForm: String,
ThreeDSServerTransID: String
},
ErrorNo: 0,
Message: String,
Identity: 0
}