Endpoint
: string
in package
Enum class representing the endpoints for various operations in the Yigim payment system.
Table of Contents
Cases
- BATCH_CLOSE = "https://sandbox.api.pay.yigim.az/merchant/batch/close"
- The endpoint for batch closure.
- CANCELLATION = "https://sandbox.api.pay.yigim.az/payment/cancel"
- The endpoint for canceling a payment.
- CLEARANCE = "https://sandbox.api.pay.yigim.az/payment/charge"
- The endpoint for clearing a payment.
- DIRECT_PAYMENT = "https://sandbox.api.pay.yigim.az/payment/execute"
- The endpoint for executing a direct payment.
- INITIALIZATION = "https://sandbox.api.pay.yigim.az/payment/create"
- The endpoint for initializing a payment.
- REFUND = "https://sandbox.api.pay.yigim.az/payment/refund"
- The endpoint for refunding a payment.
- STATUS = "https://sandbox.api.pay.yigim.az/payment/status"
- The endpoint for checking the status of a payment.
Cases
INITIALIZATION
The endpoint for initializing a payment.
STATUS
The endpoint for checking the status of a payment.
DIRECT_PAYMENT
The endpoint for executing a direct payment.
CLEARANCE
The endpoint for clearing a payment.
CANCELLATION
The endpoint for canceling a payment.
REFUND
The endpoint for refunding a payment.
BATCH_CLOSE
The endpoint for batch closure.