curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/card/{cardId}/test \
--header 'Content-Type: application/json' \
--data '{
"amount": "3.00",
"authMethod": "keyedIn"
}'
{
"declineReason": "",
"status": "approved"
}
Auth
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/card/{cardId}/test \
--header 'Content-Type: application/json' \
--data '{
"amount": "3.00",
"authMethod": "keyedIn"
}'
{
"declineReason": "",
"status": "approved"
}
Auth
The response is of type object
.