PayPoint
  1. Schemas
PayPoint
  • API Access Token
    • Retrieve Access Token
  • Pre-Paid Airtime Reload
    • Lookup Mobile Number Products
    • Fetch Airtime Transaction Receipts
    • Recharge Mobile Number
    • Fetch Latest Transaction
    • Lookup Mobile Number Products
    • Get Airtime Transaction Receipts
    • Get Transaction
    • Get Latest Transaction
    • Get All Products
    • Get Product Sku By Product ID
    • Get All Product Skus
    • Get Product Sku By ID
    • Get All Products By Operator Id
    • Get All Products By Country Code
  • Pay TV Subscription Payments
    • Fetch PayTV Transaction Receipts
    • Pay TV Subscription
    • Fetch Latest Pay TV Transaction
    • Lookup Pay TV Account
    • Get PayTV Transaction Receipts
    • Get Pay TV Transaction
    • Get Latest Pay TV Transaction
    • Lookup Pay TV Account
    • Lookup Pay TV Account Copy
  • Energy Voucher Purchase
    • Fetch Energy Transaction Receipts
    • Fetch Latest Energy Voucher Transaction
    • Purchase Energy Voucher
    • Lookup Energy Bill Payer Account
    • Get Energy Transaction Receipts
    • Get Energy Voucher Transaction
    • Get Latest Energy Voucher Transaction
    • Lookup Energy Bill Payer Account
  • Bill Presentation and Payments - Bill Payments
    • Get Customer Paid Bills
    • Pay Bill
    • Pre-Pay Bill Validation
    • Get Payment Details
  • Bill Presentation and Payments - Bill Charges
    • Calculate Bill Charges
  • Bill Presentation and Payments - Billers
    • Search Billing Company Details
    • Search Billing Company Details
    • Get Billing Company Details By Id
  • Bill Presentation and Payments - Bill Subscription
    • Subscribe to a Bill
    • Cancel Bill Subscription
  • Bill Presentation and Payments - Bill Enquiry
    • Search Bills By Search Criteria
    • Search Bill By Query Parameters
  • Schemas
    • Schemas
      • AccountBillTransactionReceiptCriteria
      • InstantFilter
      • StringFilter
      • Cause
      • ErrorResponse
      • BillPaymentDetail
      • BillPaymentOrderReceipt
      • BillPaymentReceiptResponse
      • EntityProfile
      • ItemPagination
      • ProductDetail
      • BillPayment
      • BillPaymentRequest
      • BillPaymentResponse
      • AccountNumberLookupRequest
      • AccountDetails
      • AccountResponse
      • EBPPBillPaymentResponse
      • AdditionalDataDetails
      • ChargeDetails
      • EBPPBillPaymentDetails
      • EBPPBillPaymentRequest
      • EBPPBillValidateResponse
      • EBPPCalculateBillChargesResponse
      • BillDetail
      • EBPPCalculateBillChargesRequest
      • AdditionalDataRequired
      • BillCompanyBasicDetail
      • EBPPBillerDetailsResponse
      • GenericLink
      • TransactionLinks
      • EBPPBillCompanyDetailSearchCriteria
      • EBPPBillSubscriptionRequest
      • AllowedSourceId
      • Bill
      • BillAccount
      • BillCompanyDetail
      • BillCustomerEntity
      • EBPPBillEnquiryResponse
      • EBPPBillEnquirySearchCriteria
      • SimInformation
      • TopUpDetail
      • TopUpOrderReceipt
      • TopUpReceiptsResponse
      • TopUp
      • TopUpRequest
      • TopUpResponse
      • MobileNumberLookupRequest
      • TopUpProduct
      • TopUpProductLookUpResponse
      • TopUpSku
      • EBPPPaymentHistoryResponse
      • PaymentHistoryDetail
      • DenominationRange
      • RechargeBundleProduct
      • RechargeBundleProductSku
      • RechargeProductCatalogueResponse
      • RechargeProductCatalogueSkuResponse
  1. Schemas

BillPaymentReceiptResponse

{
    "code": 0,
    "message": {},
    "data": {},
    "correlationId": "string",
    "conversationId": "string",
    "requestId": "string",
    "initiatorId": "string",
    "billPaymentOrderReceipts": [
        {
            "transactionId": "string",
            "transactionDate": "2019-08-24T14:15:22Z",
            "invoiceAmount": 0,
            "faceValue": 0,
            "discount": 0,
            "fee": 0,
            "tax": 0,
            "levy": 0,
            "product": {
                "skuId": "string",
                "productName": "string",
                "faceValue": 0
            },
            "accountHolderEntity": {
                "entityId": "string",
                "entityReferenceAccountId": "string",
                "entityName": "string",
                "contactNumber": "string",
                "emailAddress": "string",
                "entityAddress": "string",
                "addressLine1": "string",
                "addressLine2": "string",
                "city": "string",
                "state": "string",
                "zipCode": "string",
                "country": "string",
                "vatNumber": "string",
                "firstName": "string",
                "lastName": "string",
                "entityProfileType": "ORGANIZATION"
            },
            "billPayerEntity": {
                "entityId": "string",
                "entityReferenceAccountId": "string",
                "entityName": "string",
                "contactNumber": "string",
                "emailAddress": "string",
                "entityAddress": "string",
                "addressLine1": "string",
                "addressLine2": "string",
                "city": "string",
                "state": "string",
                "zipCode": "string",
                "country": "string",
                "vatNumber": "string",
                "firstName": "string",
                "lastName": "string",
                "entityProfileType": "ORGANIZATION"
            },
            "billPaymentDetail": {
                "accountNumber": "string",
                "accountReferenceNumber": "string",
                "token": "string",
                "unit": "string",
                "unitValue": 0,
                "receiptNarration": "string",
                "localCurrencyAmount": 0,
                "localCurrencyAmountExcludingTax": 0,
                "salesTaxAmount": 0,
                "levyAmount": 0,
                "destinationCurrency": "string",
                "transactionDate": "2019-08-24T14:15:22Z",
                "transactionReference": "string",
                "paymentReference": "string"
            }
        }
    ],
    "itemPagination": {
        "totalElements": 0,
        "pageSize": 0,
        "totalPages": 0,
        "pageNumber": 0,
        "offSet": 0
    },
    "isSuccessful": true
}
Built with