📮POSTing a Payment
POST a successful payment system.
{
iid: string;
hash: string; – The transaction hash returned from MetaMask/WalletConnect
crypto: string – crypto the user paid the invoice with - USDT
network: string – the network the invoice was paid on - POLYGON
}
RETURNS
{
ok: 1
}
Last updated