Skip to main content

Check status of acquire

Allows to check acquire operation result.

If currently saved status is 'SUCCESS' or 'FAILURE' we return the status with saved acquire data.

If currently saved status is 'UNKNOWN' we check if it changed to terminal 'SUCCESS' or 'FAILURE' and return latest status with acquire data.

If operation with operation id not found status 'NOT_FOUND' will be returned.

Query Parameters
  • operationId AcquireOperationId required
Responses

Successful obtaining of operation status.


Schema
  • status string required

    Possible values: [SUCCESS, FAILURE, UNKNOWN, NOT_FOUND]

  • error string

    Possible values: [INTERNAL, INVALID_AMOUNT, INVALID_BENEFICIARY_ID, UNSPECIFIED]

  • transactionId string
  • reference string
  • rawErrorCode string
Loading...