Contact
Register

MI logging API

PATCH /v1.0/cop-iban-check/account-verifications/{Id}

The API allows to log Outcome Code of the transaction using Transaction ID.

BANFICO LTD provides the APIs for persisting certain information (mostly related to Response Reason Code, User Action, Date/Time of transaction) which is required to meet the Management Reporting requirements of Pay.UK. BANFICO LTD's CoP solution has the feature to use this data and generate the MI reports in the format specified by the regulator. A member of the organisation will be required to generate reports (periodically) and email/ submit them to the regulator.

Request Headers

AttributeTypeConditionDescription
AuthorizationStringMandatoryAn Authorisation Token as per https://tools.ietf.org/html/rfc6750
Content-TypeStringMandatoryValue = application/json

Request Body

AttributeTypeConditionDescription
DataCoPMILoggingDataMandatoryRequest to Log the Outcome Code using Transaction ID
Data.OutcomeCodeStringMandatoryAllowed values: BTPT (Beneficiary setup and payment setup completed in same session), BTPF (Beneficiary setup complete but payment not made in same session), BFPF (Beneficiary setup incomplete)

Response Codes

Status CodeDescription
204Outcome code logged successfully
400Bad Request
401Unauthorized
403Forbidden
404Not Found
405Method Not Allowed
406Not Acceptable
415Unsupported Media Type
429Too Many Requests
500Internal Server Error

Example

  • Request

PATCH /requester/v1.0/cop-iban-check/account-verifications/{Id}
Authorization: Bearer 2YotnFZFEjr1zCsicMWpAA
Content-Type: application/json

{
  "Data": {
    "OutcomeCode": "BTPT"/"BTPF"/"BFPF"
  }
}
  • Response

HTTP/1.1 204 NO CONTENT

© 2025. All rights reserved.