Skip to main content
GET
/
api
/
v1
/
transfers
/
{id}
/
receipt
/
base-64
Transfer dekontunu base64 formatında getir
curl --request GET \
  --url https://transfer-sandbox.payven.com.tr/api/v1/transfers/{id}/receipt/base-64 \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Identity servisinden alinan Keycloak JWT. Format: Authorization: Bearer <token>. Token alma: POST /api/v1/auth/{slug}/token

Path Parameters

id
string<uuid>
required

Response

OK

The response is of type string.