GET
/
api
/
partner
/
v2
/
transactions
/
mock-testing-guide
cURL
curl --request GET \
  --url https://staging-api.capa.fi/api/partner/v2/transactions/mock-testing-guide \
  --header 'partner-api-key: <partner-api-key>'
{
  "success": true,
  "data": {}
}

Headers

partner-api-key
string
required

Api key for the affiliated partner that is performing the request

Response

200 - application/json

This endpoint provides documentation for partners on how to trigger different transaction statuses using specific amounts.

Only available in testing environments.

success
boolean
Example:

true

data
object