POST /{merchantId}/transaction/{transactionId}/capture

Odebranie (zatwierdzenie) opłaconej transakcji w preautoryzacji transakcji.

Path parameters

  • merchantId string Required

    Identyfikator klienta

  • transactionId string(uuid) Required

    Identyfikator transakcji 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}/transaction/{transactionId}/capture
curl \
 --request POST 'https://api.imoje.pl/v1/merchant/{merchantId}/transaction/{transactionId}/capture' \
 --header "Authorization: Bearer $ACCESS_TOKEN"