1app
Create Boldd AccountLogin
  • Introduction
  • Authentication
  • Balance
  • Get Exchange Rate
  • Response Code
  • RECEIVE PAYMENTS
    • Payments
      • Initialize Payment
      • Verify Payment
      • Payment List
      • Payment Details
    • Inline/Popup Checkout
    • Payouts / Settlements
      • Payouts List
      • Settlement Transactions
    • Dispute Management
      • Fetch Disputes
      • Accept a Dispute
      • Decline a Dispute
    • Customers List
    • Webhook Notifications
    • Repush Notification
  • Virtual Accounts
    • Get Available Banks
    • Setup Preferred Bank
    • Generate Account
    • Virtual Account List
    • Account Transactions
    • Virtual Account Webhook
      • Notifications history
  • MAKE PAYMENTS
    • Airtime Purchase
    • Send Money
      • Verify Account Number
      • Make Transfer
    • Data Purchase
      • Data Plans
      • Data Bundle
    • Electricity
      • Electricity Billers
      • Verify Meter Number
      • Vend Electricity
    • Cable TV
      • Cable TV List
      • Verify IUC
      • Vend CableTv
    • Bank List
    • Payment Status
  • CUSTOMERS
    • Create Customer
  • VIRTUAL CARDS
    • Create Card Account
    • Cards Issuance
    • Card Funding
    • Card Transactions
    • Get all Cards
    • Cards Details
    • Cards Pan
    • Freeze and Unfreeze Card
  • USD Account
    • Create USD Account
  • IDENTITY
    • BVN Check
    • NIN Checks
  • SUB-ACCOUNTS
    • Create a Sub-Account
    • Attach Bank to a Sub-Account
    • Attach Payout Account
    • Get All Sub-Accounts
    • Sub-Accounts History
    • Sub-Accounts Wallet
  • Miscellaneous
    • Create Wallet
    • Universal Blacklist
  • Contact
    • Contact Us
Powered by GitBook
On this page

Was this helpful?

  1. MAKE PAYMENTS

Payment Status

Check the status of your transactions e.g transfer

POST {{base_url}}/transtatus

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer PUBLIC_KEY

Request Body

Name
Type
Description

reference

String

Transaction reference returned from us or merchant passed reference

Response

{
    "status": true,
    "message": "Transaction Retrieved",
    "deliveryStatus": "Successful",
    "responseCode": "01",
    "payRef": "API1725870632SM517",
    "paymentTime": "09 Sep 2024 09:30 am",
    "recipient": "002317660",
    "amount": "50000.00",
    "product": "sendmoney",
    "prevBalance": "1050000.00",
    "newBalance": "1000000.00",
    "fee": "20.00",
    "totalCharged": "50020.00",
    "provRef": "54adfb6ebadb6764a6f07",
    "currency": "NGN",
    "accountName": "ADEAYO",
    "accountNo": "002317660",
    "bankName": "Access BankDiamond",
    "bankCode": "063",
    "narration": "transfer",
    "paytype": "DEBIT"
}
{
  "status": false,
  "message": "Invalid request"
}
PreviousBank ListNextCreate Customer

Last updated 8 months ago

Was this helpful?