PayAnyCoin Flow

PayAnyCoin- Flow
Complete a PayAnyCoin (PAYC) payment by following the steps below.
How It Works
- The merchant retrieves the supported crypto currency and protocol combinations from MiFinity using
GET /api/crypto-currency-protocol-maps. - MiFinity returns the available currencies and protocols that can be used for the PAYC payment.
- The merchant creates the PAYC transaction by sending the payment request to MiFinity using
POST /api/payments/crypto-pay/execute. - MiFinity creates the transaction and returns a
PENDINGstatus while the payment is being processed. - MiFinity submits the payment to the payment processor.
- The payment processor validates and reserves the payment, then transfers the funds to the destination wallet.
- The payment processor returns the final transaction status to MiFinity as
SuccessorFailed. - MiFinity updates the transaction status and sends an asynchronous webhook notification to the merchant with the final result.
Updated 7 days ago
Did this page help you?