Available Endpoints
Create Hosted Payment
Create a new hosted checkout payment.
Request Body
amount
- Type:
number - Required
- Minimum:
1 - Description:
Amount to be charged for the payment(In naira).
customer
- Type:
object - Required
- Description:
Customer information associated with the payment.
customer.fullname
- Type:
string - Required
- Description:
Full name of the customer making the payment.
customer.email
- Type:
string - Required
- Format:
email - Description:
Email address of the customer.
txRef
- Type:
string - Required
- Description:
Unique transaction reference issued by the merchant.
redirectUrl
- Type:
string - Optional
- Description:
URL to redirect the customer to after payment completion.
Verify Payment
Check the status of a payment.
Request Body
paymentId
- Type:
string - Required
- Description:
Payment transaction identifier.
Retrieve Payment
Get detailed payment information.
Query Parameter
paymentId
- Type:
string - Required
- Description:
Payment transaction identifier.
