TrustPay
en
  • en
  • zh
  1. v3
TrustPay
en
  • en
  • zh
  • Integration Guide
  • Risk Control – Merchant Integration
  • Enums
  • v3
    • c16
      • Payin Order Create(Counter)
    • Balance
      POST
    • Payin
      POST
    • Payment Callback
      POST
    • Order Query
      POST
    • Risk Confirmation
      POST
    • Card Direct Payin
      POST
  • v2
    • Payout(INR)
      POST
  1. v3

Risk Confirmation

Developing
POST
/v3/payin/create/confirm
This API is called by the bank/payment channel to request risk control confirmation from the merchant. The merchant should respond whether the transaction is allowed or denied based on their internal risk assessment.

Request

Body Params application/jsonRequired

Examples

Responses

🟢200allow
text/plain
Body

🟠403deny
🔴503exception
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.trustpay.money/v3/payin/create/confirm' \
--header 'Content-Type: application/json' \
--data-raw '{
  "orderId": "RgBFsAlTSKBKuZNJTcNlULSc",
  "cardPrefix": "123456",
  "cardSuffix": "7890",
  "cardHolderName": "John Doe"
}'
Response Response Example
200 - Success
allow
Modified at 2025-12-02 04:47:56
Previous
Order Query
Next
Card Direct Payin
Built with