public function apiObjectPostRequest(Paymentwall_ApiObject $object)
 {
     return $this->request('POST', $object->getApiUrl(), $this->getApiParams(), $this->getApiHeaders());
 }