POST /{merchantId}/profile/deactivate

Path parameters

  • merchantId string Required

    Identyfikator klienta

application/json

Body Required

  • paymentProfileId string(uuid) Required

    Identyfikator profilu jako UUID v4

    Maximum length is 36. Format should match the following pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$.

POST /{merchantId}/profile/deactivate
curl \
 --request POST 'https://sandbox.api.imoje.pl/v1/merchant/{merchantId}/profile/deactivate' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"paymentProfileId":"46f095b4-be6f-4ea0-8052-475ac8fbf218"}'
Request example
{
  "paymentProfileId": "46f095b4-be6f-4ea0-8052-475ac8fbf218"
}