Confirm Payment

This section describes how to confirm user payment.

Send a Get Request

GET https://payfric.com/wp-json/payfric/v1/confirm

This endpoint help you to confirm payment

Path Parameters

Name
Type
Description

reference

string

The payment reference

secret_key

string

Your secrete key Payment confirmed successfully.

{
    "status": "OK",
    "response": "Response OK",
    "code": 200,
    "data": {
      "amount": 986,
      "error": 0,
      "message": "Payment Confirmed"
    }
  }

Last updated

Was this helpful?