POST
/
v1
/
card
/
{cardId}
/
test
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"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

cardId
string
required

Body

application/json

Response

200 - application/json
Auth

The response is of type object.