<?php
namespace App\Constants;
class SiteSectionConst{
const BANNER_SECTION = "Banner Section";
const HOW_ITS_WORK_SECTION = "How Its Work Section";
const SECURITY_SECTION = "Security Section";
const CHOOSE_US_SECTION = "Choose Us Section";
const DOWNLOAD_APP_SECTION = "Download App";
const STATISTIC_SECTION = "Statistic Section";
const ABOUT_US_SECTION = "About Us Section";
const SERVICES_SECTION = "Services Section";
const FEATURE_SECTION = "Feature Section";
const TESTIMONIAL = "Testimonial Section";
const ANNOUNCEMENT_SECTION = "Announcement Section";
const HOW_IT_WORK_SECTION = "How It Work";
const FOOTER_SECTION = "Footer Section";
const ABOUT_PAGE_SECTION = "About Page Section";
const CONTACT_US_SECTION = "Contact Us Section";
const FAQ_SECTION = "Faq Section";
const LOGIN_SECTION = "Login Section";
const REGISTER_SECTION = "Register Section";
const SUBSCRIBE_SECTION = "Subscribe Section";
const SOLUTIONS_SECTION = "Solutions Section";
const MONITORING_SECTION = "Monitoring Section";
const BEST_ITEM_SECTION = "Best Item Section";
const LATEST_ITEM_SECTION = "Latest Item Section";
const GLANCE_SECTION = "Glance Section";
const INTRO_SECTION = "Intro Section";
const SAVE_CARDS = "Save Cards Section";
const TRANSFER_MONEY_SECTION = "Transfer Money Section";
const PAYMENTS_SECTION = "Payments Section";
const ACCEPT_PAYMENT_SECTION = "Accept Payments Section";
}
Checks the status of a payment.
**Response: SUCCESS (200 OK)**
{
"message": {
"success": [
"Success"
]
},
"data": {
"token": "2zMRmT3KeYT2BWMAyGhqEfuw4tOYOfGXKeyKqehZ8mF1E35hMwE69gPpyo3e",
"trx_id": "CP44657864",
"payer": {
"username": "testuser",
"email": "user@appdevs.net"
}
"status": "Test",
},
"type": "success"
}