Simulate Card Settlement

Use the /simulateCardSettle endpoint to settle a simulated card authorization that was created via Simulate Card Auth.


šŸ“˜ Note: This endpoint is only available in non-production environments (local, development, sandbox, cv). Calls to this endpoint in production will return an error.


Requirements:

  • The authId must be from a valid pending authorization
  • The account must be active

Result:

When successfully called, the authorization is settled and the account balance is updated accordingly.

Body Params

POST /v1/transaction/simulateCardSettle Request body

string
required

Pass in the Spidr account ID

string
required
length ≄ 1

The vendor's authorization ID to settle (from simulateCardAuth)

double
required
≤ 10000000

The settlement amount

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json