1. Customer
Corpayss
  • Acquirer
    • Merchant
      • Create Merchant
      • Get Merchant
      • Update Merchant
      • Search Merchant
    • Terminal
      • Create Terminal
      • Get Terminal
      • Update Terminal
      • Search Terminal
    • Deprecated - Commission Profile
      • Create Commission Profile
      • Get Commission Profile
      • Update Commission Profile
      • Delete Commission Profile
    • Pos Authorization Profile
      • Create Pos Authorization Profile
      • Get Pos Authorization Profile
      • Update Pos Authorization Profile
      • Delete Pos Authorization Profile
    • Pos Fee Profile
      • Create Pos Fee Profile
      • Get Pos Fee Profile
      • Update Pos Fee Profile
      • Delete Pos Fee Profile
    • Create Merchant and Terminal
      POST
    • Get Merchant Payment Summary
      GET
    • Get Merchant Payment Detail
      GET
    • Get Pos Batch Summary
      GET
    • Get Pos Batch Detail
      GET
    • Close Pos Batch
      POST
  • Issuer
    • Customer
      • Create Customer
        POST
      • Get Customer Info
        GET
      • Get Card Customer Info
        GET
      • Update Customer
        PUT
      • Update Customer Limit
        POST
    • Card
      • Creation & Registration
        • Create Credit Card
        • Create Debit Card
        • Create Prepaid Card
        • Create Emboss Directive
        • Register Card
      • Information & Status Management
        • Get Card Info
        • Get Card Status
        • Get Host Balance
        • Update Card Limit
        • Update Card Status
        • Update Card Fee Status
      • Transactions & Balance Operations
        • Get Card Transactions
        • Send Transaction
        • Load Card Balance
        • Card To Card Balance Transfer
        • Money Send
      • Security & Authentication
        • Verify Card
        • Get Card Pin
        • Send PIN By SMS
        • Check Pin
        • Change Card Pin
        • Reset Cvv 2 Retry Count
        • Change 3DS Password
      • Maintenance & Restrictions
        • Get Card Restriction
        • Card Restriction
        • Card Renewal
      • Tokenization
        • Tokenize Card No
      • Deprecated
        • Get Card Balance Loading Limit
        • Get Card No
        • Get Card Private Info
  • VPOS
    • 3DS Transaction
      • ThreeD - Sale
      • ThreeD - Pre Sale
      • ThreeD - Complete 3DS Payment
    • NonSecure
      • Batch Close
      • Payment Sale
      • Installment Inquiry
      • Point Inquiry
      • Payment Pre Sale
      • Payment Post Sale
      • Payment Void
      • Payment Refund
    • QR Transaction
      • QR Payment CreateQr
    • Inquiry
      • Chek ByToken
      • Check By Order ID
      • Chek By Process ID
      • List By Order ID
    • Order
      • Create Order 3D
      • Create Order
    • Recurring
      • Create Recurring
      • Get Recurring
      • Update Recurring
      • Cancel Recurring
  1. Customer

Update Customer

PUT
/api/Integration/UpdateCustomer
The UpdateCustomer API is used to update a customer record Hilarion system. It stores the customer’s personal and identification details, which will later be linked to accounts, cards, and transactions.

Request

Header Params

Body Params application/json

Example
{
    "CustomerNo": "stringstri",
    "Name": "string",
    "MidName": "string",
    "Surname": "string",
    "FatherName": "string",
    "MotherName": "string",
    "MotherMaidenName": "string",
    "Nationality": "string",
    "IdentitySerialNo": "string",
    "IdentitySequenceNo": "11",
    "IdentityPINNo": "string",
    "IssuedBy": "string",
    "PassportNo": "string",
    "PassportIssuedBy": "string",
    "PassportDateOfIssue": "20240423",
    "PassportDateOfExpire": "20240423",
    "PassportControlPeriod": 0,
    "SBUType": "9999",
    "BankingCustomerType": 0,
    "EmergencyContactPersonNameSurname": "string",
    "BirthDate": "20240423",
    "BirthCountryCode": "TR",
    "BirthStateCode": "34",
    "BirthCityName": "string",
    "AddressHome1": "string",
    "AddressHome2": "string",
    "AddressHome3": "string",
    "AddressHomeStateName": "string",
    "AddressHomeStateCode": "34",
    "AddressHomeCityName": "string",
    "AddressHomeCityCode": "3412",
    "AddressHomeCountry": "TR",
    "AddressHomeZipCode": "string",
    "AddressWork1": "string",
    "AddressWork2": "string",
    "AddressWork3": "string",
    "AddressWorkStateName": "string",
    "AddressWorkStateCode": "34",
    "AddressWorkCityName": "string",
    "AddressWorkCityCode": "3412",
    "AddressWorkCountry": "TR",
    "AddressWorkZipCode": "string",
    "Email": "string",
    "CustomerType": "100",
    "CustomerGroup": "9",
    "Gender": "M",
    "CommunicationLanguage": "EN",
    "SendSMS": "string",
    "SendEMail": "string",
    "MobileNo": "string",
    "PhoneHome": "string",
    "PhoneWork": "string",
    "PhoneWorkExtension": 0,
    "Limit": 0,
    "LimitCurrency": 978,
    "WorkPlace": "string",
    "Occupation": "string",
    "Title": "string",
    "AllocationDate": "20240423",
    "EmergencyPhoneFieldCode": "string",
    "EmergencyPhone": "string",
    "EmergencyPhoneExt": "string",
    "MainBranch": 1,
    "GuaranteeFlag": "string",
    "AutoLimitIncrease": true,
    "TCKN": "string"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://hilarion1.corpayss.net:8422//api/Integration/UpdateCustomer' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data-raw '{
    "CustomerNo": "stringstri",
    "Name": "string",
    "MidName": "string",
    "Surname": "string",
    "FatherName": "string",
    "MotherName": "string",
    "MotherMaidenName": "string",
    "Nationality": "string",
    "IdentitySerialNo": "string",
    "IdentitySequenceNo": "11",
    "IdentityPINNo": "string",
    "IssuedBy": "string",
    "PassportNo": "string",
    "PassportIssuedBy": "string",
    "PassportDateOfIssue": "20240423",
    "PassportDateOfExpire": "20240423",
    "PassportControlPeriod": 0,
    "SBUType": "9999",
    "BankingCustomerType": 0,
    "EmergencyContactPersonNameSurname": "string",
    "BirthDate": "20240423",
    "BirthCountryCode": "TR",
    "BirthStateCode": "34",
    "BirthCityName": "string",
    "AddressHome1": "string",
    "AddressHome2": "string",
    "AddressHome3": "string",
    "AddressHomeStateName": "string",
    "AddressHomeStateCode": "34",
    "AddressHomeCityName": "string",
    "AddressHomeCityCode": "3412",
    "AddressHomeCountry": "TR",
    "AddressHomeZipCode": "string",
    "AddressWork1": "string",
    "AddressWork2": "string",
    "AddressWork3": "string",
    "AddressWorkStateName": "string",
    "AddressWorkStateCode": "34",
    "AddressWorkCityName": "string",
    "AddressWorkCityCode": "3412",
    "AddressWorkCountry": "TR",
    "AddressWorkZipCode": "string",
    "Email": "string",
    "CustomerType": "100",
    "CustomerGroup": "9",
    "Gender": "M",
    "CommunicationLanguage": "EN",
    "SendSMS": "string",
    "SendEMail": "string",
    "MobileNo": "string",
    "PhoneHome": "string",
    "PhoneWork": "string",
    "PhoneWorkExtension": 0,
    "Limit": 0,
    "LimitCurrency": 978,
    "WorkPlace": "string",
    "Occupation": "string",
    "Title": "string",
    "AllocationDate": "20240423",
    "EmergencyPhoneFieldCode": "string",
    "EmergencyPhone": "string",
    "EmergencyPhoneExt": "string",
    "MainBranch": 1,
    "GuaranteeFlag": "string",
    "AutoLimitIncrease": true,
    "TCKN": "string"
}'

Responses

🟢200OK
application/json
OK
Body

Example
{
    "ResultObject": {
        "CustomerNo": "1308590"
    },
    "Result": 0,
    "ReturnDescription": "Successfully completed.",
    "ApprovalRefNumber": 0
}
Modified at 2025-11-13 20:15:50
Previous
Get Card Customer Info
Next
Update Customer Limit
Built with