cURL
curl --request GET \ --url https://vantage-us.abbyy.com/api/publicapi/v1/transactions/{transactionId}/registrationParameters \ --header 'Authorization: Bearer <token>'
[ { "key": "<string>", "value": "<string>" } ]
The access token received from the authorization server in the OAuth 2.0 flow.
트랜잭션 식별자입니다. 트랜잭션이 성공적으로 생성된 후 응답에서 받게 됩니다.
트랜잭션 등록 Parameter가 성공적으로 반환되었습니다.
Parameter 키(이름)
Parameter 값
이 페이지가 도움이 되었나요?