processPayment

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