show
GET/v1/3ds/:id
show
Request
Path Parameters
id stringrequired
Example: :id
Responses
- 200
- 401
- 403
returns a card auth
- application/json
- Schema
- Example (from schema)
- Example
Schema
id string
merchantobject
id string
acquirer_id string
name string
arabic_name string
merchant_id string
rule_precedence string
status string
amount integer
currency string
return_url string
message string
failure_reason stringnullable
challenge_preference string
is_frictionless boolean
challengeobject
url string
creq string
authobjectnullable
value string
status string
eci string
version string
ds_transaction_id string
acs_transaction_id string
ds_reference_number string
acs_reference_number string
tds_purchase_date string
created_at date-time
updated_at date-time
{
"id": "string",
"merchant": {
"id": "string",
"acquirer_id": "string",
"name": "string",
"arabic_name": "string",
"merchant_id": "string",
"rule_precedence": "string"
},
"status": "string",
"amount": 0,
"currency": "string",
"return_url": "string",
"message": "string",
"failure_reason": "string",
"challenge_preference": "string",
"is_frictionless": true,
"challenge": {
"url": "string",
"creq": "string"
},
"auth": {
"value": "string",
"status": "string",
"eci": "string",
"version": "string",
"ds_transaction_id": "string",
"acs_transaction_id": "string",
"ds_reference_number": "string",
"acs_reference_number": "string",
"tds_purchase_date": "string"
},
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
{
"id": "0191fb1e-9b93-72fd-a4e8-9564f213d8de",
"merchant": {
"id": "0191fb1e-9b90-7f38-b1ac-1be5c3cda95e",
"acquirer_id": "0191fb1e-9b8d-76f8-bf4e-a0188d37f0cc",
"name": "Merchant 3",
"arabic_name": "الإسم العربي",
"merchant_id": "6003",
"rule_precedence": "mixed"
},
"status": "available",
"amount": 1000,
"currency": "SAR",
"return_url": "https://example.com",
"message": "Authentication Available",
"failure_reason": null,
"challenge_preference": "no_preference",
"is_frictionless": false,
"challenge": {
"url": "https://pg.moyasar.com/challenge/25828648-3cb4-496d-8546-d40df92c96fa",
"creq": "eyJtZXNzYWdlVmVyc2lvbiI6IjIuMi4wIiwibWVzc2FnZVR5cGUiOiJDUmVxIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiIwMTkxZmIxZS05YjkzLTcyZmQtYTRlOC05NTY0ZjIxM2Q4ZGUiLCJhY3NUcmFuc0lEIjoiNWI5OGYyMTYtYTg1Ni00Nzk1LWJiMmItYjI4OTdmMTU3MGY4IiwiY2hhbGxlbmdlV2luZG93U2l6ZSI6IjA0In0"
},
"auth": {
"value": "c29tZV92YWx1ZQ==",
"status": "Y",
"eci": "05",
"version": "2.2.0",
"ds_transaction_id": "30cef075-d09f-48d0-989c-601be2365c17",
"acs_transaction_id": "5b98f216-a856-4795-bb2b-b2897f1570f8",
"ds_reference_number": "DS_SERVER_REF_1234",
"acs_reference_number": "ACS_SERVER_REF_1234",
"tds_purchase_date": "20240905141222"
},
"created_at": "2024-09-16T13:56:12Z",
"updated_at": "2024-09-16T13:56:12Z"
}
returns unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
message string
{
"message": "string"
}
{
"message": "Missing authentication information"
}
returns forbidden
- application/json
- Schema
- Example (from schema)
- Example
Schema
message string
{
"message": "string"
}
{
"message": "Unauthorized"
}
Loading...