Read Card
- 04 Jun 2025
- 1 Minute to read
- DarkLight
Read Card
- Updated on 04 Jun 2025
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Get
/v1/orders/{orderId}/payment
Security
HTTP
Type bearer
Path parameters
orderId
stringRequired
Order ID
Responses
200
Successful payment response
object
Payment details.
card
object (Card)
Card details for merchant payout
id
string | null
Do not send or set to null in request.
ccv
string
Example123
expirationMonth
integer
Example12
nameOnCard
string
ExampleArthur Davis
expirationYear
integer
Example2027
number
string
Example5431111111111111
contact
object
postalCode
string
Example99999
email
string
Examplearthur@flexpay.com
firstName
string
ExampleArthur
phone
string
Example5555551749
city
string
ExampleMayfield
region
string
ExampleKY
lastName
string
ExampleDavis
streetAddress
string
Example1013 Weda Cir
country
string
ExampleUS
type
string
Valid values[ "\"VISA\"", "\"MASTERCARD\"", "\"UATP\"" ]
token
string
additionalTokens
object
instrumentToken
string
maskedCc
string
aliasCvv
string
uppCvvExpirationDate
string (date)
Example2026-10-12
bin
string
errorCode
string
Error code for unsuccessful but valid payment requests.
Valid values[ "\"LOAN_NOT_ACCEPTED\"" ]
401
Unauthorized
object
codeName
string
ExampleINVALID_REQUEST_ERROR
message
string
ExampleUnauthorized
statusCode
integer
Example401
403
Access Denied
object
codeName
string
ExampleINVALID_REQUEST_ERROR
message
string
ExampleAccess Denied
statusCode
integer
Example403
404
Payment Not Found
object
codeName
string
ExampleCARD_NOT_CREATED
message
string
ExamplePayment not found
statusCode
integer
Example404
405
Method Not Allowed
object
codeName
string
ExampleINVALID_REQUEST_ERROR
message
string
ExampleMethod Not Allowed
statusCode
integer
Example405
408
Request Timeout
object
codeName
string
ExampleAPI_TIMEOUT
message
string
ExampleRequest Timeout
statusCode
integer
Example408
500
Internal Server Error
object
codeName
string
ExampleAPI_ERROR
message
string
ExampleInternal Server Error
statusCode
integer
Example500
Was this article helpful?