# Contract Details Note that this request should not be used if you are integrating with the Indivy - pay next month payment product. GET /partner/v2/shops/:shop_uuid/contracts/:contract_uuid Once the credit contract UUID has been retrieved via the GET /pos_sessions request, the e-shop can check the status of the credit contract using the GET /partner/v2/shops/:shop_uuid/contracts/:contract_uuid request. The response will include the status parameter. If the status is activated, the purchase has been successfully financed by Inbank and the purchase items can be forwarded to the customer. Endpoint: GET /partner/v2/shops/{shop_uuid}/contracts/{contract_uuid} Security: bearerAuth ## Path parameters: - `shop_uuid` (string, required) Example: "a93f1f44-d5dd-4469-bfcc-c1de9e969213" - `contract_uuid` (string, required) Example: "788ec8c4-c497-470b-8505-2303f151d427" ## Response 200 fields (application/json): - `status` (string) Contract status. - `terminationReason` (string) Contract termination reason type. - `activatedAt` (string) Contract activated at. - `activatorName` (string) Contract activator name. - `consolidationLoans` (string) List of loans. - `creditApplicationContractReferenceUuid` (string) Credit Application Contract reference UUID. - `customerSigned` (string) Customer signed at. - `partnerApprovalAt` (string) Partner approval at. - `payoutBankAccount` (string) Payout bank account. - `processStatus` (string) Credit application process status. - `productCode` (string) Product code. - `number` (string) Contract number. - `repSigned` (string) Rep signed at. - `repaymentIban` (string) Repayment iban. - `signedAt` (string) Signed at. - `terminatedAt` (string) Contract terminated at. - `uuid` (string) Contract UUID. - `withdrawable` (boolean) If contract is withdrawable. - `customerUuid` (string) Contract customer UUID. - `identificationSatisfied` (boolean) Customer identification acceptance status for contract. ## Response 401 fields (application/json): - `message` (string) Unauthorized Example: "unauthorized" ## Response 403 fields (application/json): - `message` (string) Unauthorized access Example: "User is not authorized to access this resource with an explicit deny" ## Response 404 fields (application/json): - `message` (string) Not Found Example: "not_found" ## Response 500 fields (application/json): - `message` (string) Internal server error Example: "internal_server_error"