curl --location --request POST '/api/v1/status' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchant": {
"id": "M-01K746TGTZ4Y5YJG5EPF3DE057",
"site-id": "S-01K746TJSGRJBZ2BK6MPX54AN8",
"password": "hwOmLFLWhbty"
},
"transaction": {
"id": "T-99JHTG4PVZ8GRCDM4PVZ8GRCDM"
}
}'{
"type": "valid",
"merchant": {
"id": "M-01K746TGTZ4Y5YJG5EPF3DE057",
"site-id": "S-01K746TJSGRJBZ2BK6MPX54AN8"
},
"result": {
"type": "sale",
"status": "approved",
"code": "0",
"message": "Test Card OK.",
"transaction-id": "T-99JHTG4PVZ8GRCDM4PVZ8GRCDM",
"descriptors": [
"DESC1",
"DESC2"
]
}
}