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

Card Direct Payin

POST
/v3/payin/create/card
Create a new incoming payment (collection) order.

Request

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.trustpay.money/v3/payin/create/card' \
--header 'Content-Type: application/json' \
--data-raw '{
    "currency": "USD",
    "merchantId": 8820250900009,
    "notifyUrl": "https://webhook.site/49558644-2404-41e4-8916-32c4f23e3d5c",
    "orderAmount": "10",
    "orderNo": "local-test-card-payin-1234",
    "sign": "c4a02e0e9270ec884fa050cdf0e916ad",
    "cardHolderName": "Test User",
    "cardNumber": "4111111111111111",
    "cardExpiry": "2028-09",
    "cardCVV": "123"
}'
Response Response Example
{
    "code": 880001,
    "message": "Payment processing, please wait for callback notification",
    "data": {
        "merchantId": 8820250900009,
        "orderNo": "local-test-card-payin-785",
        "platformOrderNo": "21qgMBrXnseRMnrVXZnp0NDx",
        "currency": "USD",
        "amount": "10"
    }
}
Modified at 2025-12-03 07:35:22
Previous
Risk Confirmation
Next
Payout(INR)
Built with