πInstructions
1. Calling the payment widget
https://widget.mtpelerin.com/?_ctkn=<integrationKey>&tabs=merchant&bdc=<SettlementCurrency>&bda=<amountInSettlementCurrency>&oid=<merchant_order_id>2. Payment confirmation
{
"id": "664369c938b3ca001a3cd44f" // our own transaction id,
"amount": 123.45,
"currency": "USDC",
"external_id": "123456789", // The order id that you passed in the widget parameters (oid)
}Webhook setup
Last updated