Retrieve a network bulk feed
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
networkBulkFeedId
uuid
required
accept
string
enum
Defaults to application/hal+json
Generated from available response content types
application/hal+jsonapplication/problem+json
Allowed:
application/hal+json``application/problem+json
``200 Successful operation
object
_links
object
required
self
object
required
self object
id
uuid
required
The unique identifier of this network bulk feed entity.
subaccountId
uuid
required
The unique identifier of the subaccount related to this entity.
network
string
enum
required
The network where the feed belongs.
AMEX``MASTERCARD``VISA
networkReference
string
required
The identifier associated with the card network's bulk enrollment feed.
state
string
enum
required
The state of the network bulk feed entity.
Note: The
failedstate is currently only applicable to VISA bulk feeds.
submitted``active``deactivated``failed
type
string
enum
required
GL``SMARTDATA``VBDS``VCF
errorReason
string | null
A human-readable reason explaining why the bulk feed failed. Only present when state is failed.
Note: Currently only applicable to VISA bulk feeds.
expectedCardCount
integer
1 to 1000000
The expected number of cards that will be enrolled under this bulk feed, as provided at creation time.
Only present when the feed was created with this field.
createdAt
date-time
required
Date and time when this resource was created, in UTC, following ISO 8601 format.
updatedAt
date-time
required
Date and time when this resource was last updated, in UTC, following ISO 8601 format.
``400 The server cannot or will not process the request due to something that is perceived to be a client error
``401 Authentication credentials were either missing or incorrect
``403 Authentication credentials used do not have have permissions to perform the request
``404 The requested resource was not found on the server
``500 The server encountered an unexpected condition that prevented it from fulfilling the request
Updated about 2 months ago
ShellNodeRubyPHPPython
Bearer
xxxxxxxxxx
curl --request GET \
--url https://api.astrada.co/network-bulk-feeds/networkBulkFeedId \
--header 'accept: application/hal+json'
xxxxxxxxxx
{
"_links": {
"self": {
"href": "/network-bulk-feeds/75ea3c99-6bf5-4b16-8f68-0cdc43d75806"
}
},
"id": "75ea3c99-6bf5-4b16-8f68-0cdc43d75806",
"subaccountId": "f297d659-c13d-4219-aeaa-e10a845140a5",
"network": "MASTERCARD",
"networkReference": "G1234567",
"state": "submitted",
"type": "SMARTDATA",
"createdAt": "2024-12-19T14:45:00Z",
"updatedAt": "2024-12-19T14:45:00Z"
}
Updated about 2 months ago