ProcessPaymentService

interface ProcessPaymentService

Functions

processPayment
Link copied to clipboard
@POST(value = "transactions")
abstract fun processPayment(@Query(value = "announce"announce: Boolean? = null, @Body body: ProcessPaymentAPI.Body): Call<Transaction>