Simulator
Last updated
Last updated
To verify a customer with pending verification and proceed with activation, make a PATCH
request to /simulator/customers/{customerId}/verify
.
To reject a customer with pending verification, make a PATCH
request to /simulator/customers/{customerId}/reject
.
To approve a pending card issuance request and proceed with activation, make a PATCH
request to /simulator/cards/{cardId}/issue
.
To fail a pending card issuance request, make a PATCH
request to /simulator/cards/{cardId}/fail
.
To initiate a card authorisation for a specified card, make a POST
request to /simulator/cards/{cardId}/authorisation
. You have an option to automatically capture the created authorisation upon approval.
To capture a pending card authorisation which was not initiated with automatic capture mode, make a PATCH
request to /simulator/authorisations/{authorisationId}/capture
.
To release a pending card authorisation which was not initiated with automatic capture mode, make a PATCH
request to /simulator/authorisations/{authorisationId}/release
.
Simulates customer verification success
Unique customer ID
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
No body
Simulates customer verification rejection
Unique customer ID
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
No body
Simulates card issuing success
Unique card ID
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
No body
Simulates card issuing failure
Unique card ID
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
No body
Simulates card authorisation capture
Unique authorisation ID
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
No body
Simulates card authorisation release
Unique authorisation ID
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
No body
Simulates card authorisation
Unique card ID
HTTP message signature
HTTP message signature input
Idempotency key (UUID)
Content digest
Amount to be authorised
10.0
Authorisation currency (ISO-4217)
EUR
Whether to capture the authorisation immediately