Network bulk feed resource
8 months ago
We have introduced a new resource to associate a network’s reference - like a MasterCard SmartData DeliveryID - to the subaccount.
This will allow our customers to autonomously manage those associations.
Changes
Added
POST /network-bulk-feedsendpoint to create a new network bulk feednetworkReferenceis the identifier associated with the card network's bulk enrollment feed (MasterCard SmartData DeliveryID)networkis the network for this feed.MASTERCARDis the only supported value.subaccountIdis the id of the subaccount the network reference should be associated to
GET /network-bulk-feedsendpoint to list all the network bulk feeds. It supports four different query parametersnetworkReferencecan be used to filter the result for a specific network referencesubaccountIdcan be used to filter the result for a specific subaccountlimitandoffsetare used for pagination purposes
GET /network-bulk-feeds/<id>endpoint to retrieve a specific network bulk feed using its id
For more details, visit our API documentation.
