Field | Type | Required | Description | Example |
---|---|---|---|---|
contentType |
string | ✔️ | HTTP response content type for this operation | |
statusCode |
int | ✔️ | HTTP response status code for this operation | |
rawResponse |
\Psr\Http\Message\ResponseInterface | ✔️ | Raw HTTP response; suitable for custom response parsing | |
card |
?Components\Card | ➖ | The request completed successfully. | { "cardID": "01234567-89ab-cdef-0123-456789abcdef", "fingerprint": "9948962d92a1ce40c9f918cd9ece3a22bde62fb325a2f1fe2e833969de672ba3", "brand": "Visa", "cardType": "credit", "cardCategory": "CLASSIC", "lastFourCardNumber": "1111", "bin": "411111", "expiration": { "month": "01", "year": "21" }, "holderName": "Jules Jackson", "billingAddress": { "addressLine1": "123 Main Street", "addressLine2": "Apt 302", "city": "Boulder", "stateOrProvince": "CO", "postalCode": "80301", "country": "US" }, "cardVerification": { "cvv": "match", "addressLine1": "match", "postalCode": "match", "accountName": { "firstName": "match", "lastName": "match", "middleName": "match", "fullName": "match" } }, "issuer": "GRINGOTTS BANK", "issuerCountry": "US", "issuerURL": "HTTPS://WWW.EXAMPLE.COM/", "issuerPhone": "8185551212", "commercial": false, "regulated": false, "cardOnFile": true, "merchantAccountID": "01234567-89ab-cdef-0123-456789abcdef", "cardAccountUpdater": { "updatedOn": "2024-05-06T12:20:38.184Z", "updateType": "number-update" }, "domesticPushToCard": "standard", "domesticPullFromCard": "supported" } |
headers |
array<string, array<string>> | ✔️ | N/A |