charge
abstract suspend fun charge(customerId: String, instrumentId: String, catalogItemId: String, idempotencyKey: String): InstrumentCharge
POST /vault/{customerId}/instruments/{instrumentId}/charge. idempotencyKey must be stable across retries of the SAME logical charge attempt.