Payment Card
Number of APIs: 8
-
Bulk Registration of Payment Cards POST {{baseUrl}}/service-providers/payment-cards
-
Delete a Payment Card DELETE {{baseUrl}}/service-providers/payment-cards/:payment_card_id
-
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
-
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
-
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
-
Register a Payment Card (to be deprecated) POST {{baseUrl}}/payment-cards
-
Batch Registration of Payment Cards (to be deprecated) POST {{baseUrl}}/payment-card-enrolments
-
Delete one or more Payment Cards (to be deprecated) POST {{baseUrl}}/payment-card-deletions