SB Payment Service .NET library
Namespace: SBPaymentService.Api.Method
public class RakutenPayV2 : SBPaymentService.Api.MethodBase, ISettleablePayment, ICancelablePayment
Inheritance Object → ApiClient → MethodBase → RakutenPayV2
Implements ISettleablePayment, ICancelablePayment
public RakutenPayV2(MerchantEnvironment env)
public ApiResponseData CancelPayment(string sps_transaction_id, string tracking_id, Nullable<Int32> amount)
sps_transaction_id
String
tracking_id
String
amount
Nullable<Int32>
public PaymentStatusResponseData GetPaymentStatus(string tracking_id, string order_id, bool encryption)
tracking_id
String
order_id
String
encryption
Boolean
public void RequestAmountChange(string tracking_id, int amount)
tracking_id
String
amount
Int32
public ApiResponseData SettlePayment(string sps_transaction_id, string tracking_id, Nullable<Int32> amount)
sps_transaction_id
String
tracking_id
String
amount
Nullable<Int32>