A simple receive-only API for accepting, verifying and auditing ERC-20 payment requests without outbound transactions.
Create payment requests and monitor incoming ERC-20 payments.
Check blockchain transactions against the expected payment details.
Keep a clear record of payment requests, verification results and events.
Send a payment request to SAS API and receive a structured response containing its registration status and payment details.
{
"payment_id": "ORDER-001",
"token": "USDT",
"token_contract": "ERC-20",
"amount": "10",
"reference": "ORDER-001"
}
SAS API does not use private keys and does not broadcast outbound transactions. Payment verification is performed against blockchain data.