| All Verbs | /CreditCardCheckThreeDSMethodRequest |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| RefNo | query | string | No | RefNo |
| ThreeDSMethodData | query | string | No |
| 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 .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /CreditCardCheckThreeDSMethodRequest HTTP/1.1
Host: ios-api.betright.com.au
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"RefNo":"String","ThreeDSMethodData":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
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}