Payment Card

Number of APIs: 8

  1. Bulk Registration of Payment Cards POST {{baseUrl}}/service-providers/payment-cards

  2. Delete a Payment Card DELETE {{baseUrl}}/service-providers/payment-cards/:payment_card_id

  3. Fetches Historical Transactions and its Transaction Footprints GET {{baseUrl}}/payment-cards/:payment_card_id/transaction-footprints?from_date=2018-05-07&to_date=2021-05-07&offset=50&limit=50

  4. Fetches carbon score for payment cards and aggregates the same on a weekly and monthly basis. The result will be in descending order. POST {{baseUrl}}/payment-cards/transaction-footprints/aggregates

  5. Fetches carbon score for payment cards and aggregates the same on a weekly and monthly basis. The result will be in descending order. POST {{baseUrl}}/payment-cards/aggregate-transaction-footprints

  6. Register a Payment Card (to be deprecated) POST {{baseUrl}}/payment-cards

  7. Batch Registration of Payment Cards (to be deprecated) POST {{baseUrl}}/payment-card-enrolments

  8. Delete one or more Payment Cards (to be deprecated) POST {{baseUrl}}/payment-card-deletions