AuthorizePaymentTokenService

interface AuthorizePaymentTokenService

Functions

authorizePaymentToken
Link copied to clipboard
@POST(value = "payment-methods/{paymentMethodId}/authorize")
abstract fun authorizePaymentToken(@Path(value = "paymentMethodId"paymentMethodId: String, @Body body: AuthorizePaymentTokenAPI.Body): Call<PaymentToken>