# OneClick or recurring profile debiting **POST /{merchantId}/transaction/profile** ## Servers - Production environment: https://api.imoje.pl/v1/merchant (Production environment) - Test environment: https://sandbox.api.imoje.pl/v1/merchant (Test environment) ## Authentication methods - Authorization token ## Parameters ### Path parameters - **merchantId** (string) Merchant identifier ### Body: application/json (object) - **serviceId** (string(uuid)) Shop identifier as `UUID v4` - **paymentProfileId** (string(uuid)) Payment profile identifier as `UUID v4` - **amount** (integer) The transaction amount in the smallest currency unit, e.g. **pennies**. - **currency** (string) Transaction currency in the ISO 4217 standard - **orderId** (string) Order ID - **title** (string) Transaction title - **notificationUrl** (string(uri)) Dynamic notification address, possibility to set a specific address for a single transaction. Addresses containing `localhost` and ports will be rejected. - **data** (object) - **invoice** (object) Invoice details required for the active service [ING Księgowość](https://bump.sh/pgw/doc/imoje-api-en#topic-ing-ksiegowosc) and for `Split payment`. ## Responses ### 200 Request executed correctly #### Body: application/json (object) - **transaction** (object) ### 400 Profil jest nieaktywny #### Body: application/json (object) - **apiErrorResponse** (object) Error details [Powered by Bump.sh](https://bump.sh)