createPaymentMethodCreditCard

@POST(value = "payment-methods/creditcard")
abstract fun createPaymentMethodCreditCard(@Body body: CreatePaymentMethodCreditCardAPI.Body): Call<PaymentMethod>