curl --request PATCH \
--url https://sandbox.dollarpe.xyz/pis/api/v1/payin/update-transfer-id \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-SIGNATURE: <api-key>' \
--header 'X-TIMESTAMP: <api-key>' \
--data '
{
"payin_id": "9e67356c-cf5e-4fa2-958f-411e7607a307",
"exchange_transfer_id": "987283747899283945"
}
'{
"status": true,
"message": "Success",
"data": {
"payin_id": "9e67356c-cf5e-4fa2-958f-411e7607a307",
"exchange_transfer_id": "987283747899283945"
}
}Updates transfer ID for the order
curl --request PATCH \
--url https://sandbox.dollarpe.xyz/pis/api/v1/payin/update-transfer-id \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-SIGNATURE: <api-key>' \
--header 'X-TIMESTAMP: <api-key>' \
--data '
{
"payin_id": "9e67356c-cf5e-4fa2-958f-411e7607a307",
"exchange_transfer_id": "987283747899283945"
}
'{
"status": true,
"message": "Success",
"data": {
"payin_id": "9e67356c-cf5e-4fa2-958f-411e7607a307",
"exchange_transfer_id": "987283747899283945"
}
}API Key for authentication
Current timestamp in seconds since epoch
HMAC SHA256 signature of the request encoded in Base64