Set ATM Pin for Payment Instrumentput https://example.com/programs/{programCode}/accounts/{accountIdentifier}/paymentInstruments/{paymentInstrumentIdentifier}Set and Reset an ATM Pin This endpoint gives the partner the ability to update the ATM pin data of a payment instrument.Path ParamsprogramCodestringrequiredThe program code associated with the account.accountIdentifierstringrequiredUnique identifier (UID or GUID) for the account.paymentInstrumentIdentifierstringrequiredUnique identifier (UID or GUID) for the payment instrument.Body ParamsThe request object containing the encrypted PIN and related data.encryptedPinobjectRepresents a container for encrypted data used in secure data transfer operations. Contains the encrypted payload and associated cryptographic metadata, including encryption version, ephemeral public key, and public key hash. Used to securely transmit sensitive information such as user data, ensuring confidentiality and integrity during transport.encryptedPin objectchannelstring | nullenumThe channel through which the PIN set request is initiated (e.g., IVR, Mobile, Web).UnknownIVRMobilePCIWidgetWebAllowed:UnknownIVRMobilePCIWidgetWebHeadersX-GD-RequestIdstringrequiredA unique identifier for tracking the request, provided in the X-GD-RequestId header.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago