Integration Service
string · uuid · requiredstringstring · uuid
fraud-transactions
Operations addressed under /fraud-transactions — 1 operation.
Check Fraud Transaction
POST
https://dg-sandbox.dgpays.com/integration-service
/fraud-transactions/check
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the check-fraud-transaction service definition through POST /fraud-transactions/check.
Response body, read from the service source
The route declares its response as CheckFraudTransactionDto.
| Field | Declared type | Nullable |
|---|---|---|
IsFraud | bool | no |
FraudMessage | string | no |
Status | int? | yes |
HasSystemError | bool | no |
Member names are the service's declaration names.
Check Fraud Transaction › Request Body
customerIdpartnerCodeobject[]
transactionIdCheck Fraud Transaction › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
No data returned