curl --location 'https://api.trustpay.money/v4/payin/create/card' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchant_id": 8820250900009,
"order_no": "local-test-2",
"order_amount": 20,
"currency": "USD",
"notify_url": "https://rbaskets.trustpay.money/checkout",
"card_number": "4111111111111117",
"card_expiry": "2028-09",
"card_cvv": "123",
"card_holder_first_name": "Test",
"card_holder_last_name": "User",
"card_holder_email": "test@example.com",
"card_holder_phone": "1234567890",
"billing_address_street": "123 Main St",
"billing_city": "Los Angeles",
"billing_postal_code": "90001",
"billing_state": "",
"billing_country": "US",
"sign": "xxxx"
}'