Receive where customers already hold value
- EVM-compatible networks
- Bitcoin receiving
- TRON receiving
- Stablecoin-ready checkout
PAYMENT ENGINE V2
Create invoices, receive across EVM networks, Bitcoin, and TRON, and keep every financial movement traceable—from chain observation to ledger entry and webhook delivery.
One V2 API. Exact accounting. No monthly commitment to begin.
Invoice #PC-2048
$4,280.00
ONE RELIABLE FLOW
PayCoinPro keeps payment state, chain state, accounting, and delivery separate—so a retry never becomes a second financial effect.
Send integer minor units and an idempotency key. V2 returns one invoice for one intent.
A hosted checkout presents an exact quote and a destination for the selected asset and network.
Overlapping scanners observe the transfer, match it, and advance only after the network policy is satisfied.
The ledger posts atomically, then the durable outbox delivers your signed webhook with retry history.
BUILT AROUND THE MONEY
FOR DEVELOPERS
Money is represented as integer strings, every mutation is idempotent, and the OpenAPI contract is generated from the same schemas that validate requests.
Read the API documentationcurl -X POST https://app.paycoinpro.com/api/v2/invoices \
-H "Authorization: Bearer pc_test_••••" \
-H "Idempotency-Key: order-2048-create" \
-H "Content-Type: application/json" \
-d '{
"fiatAmount": "428000",
"currency": "USD",
"orderId": "order-2048"
}'SECURITY BY STRUCTURE
Private-key operations sit behind an isolated signer boundary. Balances come from the ledger—not caches, provider responses, or webhook success. Administrative and payout decisions retain evidence for review.
Review our security approachPayment Engine V2 supports receiving on EVM-compatible networks, Bitcoin, and TRON. Automated payouts and sweeps currently operate on EVM-compatible networks.
Mutation requests use idempotency keys, and financial effects are protected by domain rules, database constraints, and an immutable double-entry ledger.
The first supported conversion is optional native BNB to USDT on BSC. It is opt-in and off by default.
No. PayCoinPro is a custodial payment gateway. The platform operates receiving and movement infrastructure, while merchants control when and where approved payouts are sent.
START WITH A REAL FLOW
Use the sandbox to test checkout, confirmation, balance updates, and signed webhook delivery before you move real value.