Initialize a client SDKAsk AIpost https://api.staging.payrails.io/merchant/client/initFetch the necessary information used to initialize Payrails SDK on your client.Body ParamsSecureFields.DropIn.Tokenization.typestringenumrequiredThe type of client side elements that you need a configuration for secureFields: Secure Fields are a highly customizable card form for tokenization.secureFieldsAllowed:secureFieldsinstrumentIduuidIf initializing the SDK for updating the securityCode for an instrument, this is the unique identifier of it in Payrails.holderReferencestringMerchant-provided reference for the transaction counterparty, i.e. the paying consumer.Headersx-idempotency-keyuuidrequiredIdempotency key to be used. Sending again the same key would return the same result without re-executing the update.Responses 200Configurations to initialize Payrails SDK on your client. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 404Not Found. 429Too Many Requests.Updated 11 months ago