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
amount
string
Example:

"3.00"

authMethod
string
Example:

"keyedIn"

Response

200 - application/json
Auth
declineReason
string
Example:

""

status
string
Example:

"approved"