curl --request PATCH \
--url https://sandbox.dollarpe.xyz/ren/api/v1/payin/edd/mock-status \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-SIGNATURE: <api-key>' \
--header 'X-TIMESTAMP: <api-key>' \
--data '
{
"id": "4e6f1b20-a73c-11ec-b909-0242ac120002",
"status": "VERIFIED"
}
'{
"status": true,
"message": "Success",
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"status": "VERIFIED"
}
}Mock Payin EDD Status [Sandbox Environment Only]
curl --request PATCH \
--url https://sandbox.dollarpe.xyz/ren/api/v1/payin/edd/mock-status \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'X-SIGNATURE: <api-key>' \
--header 'X-TIMESTAMP: <api-key>' \
--data '
{
"id": "4e6f1b20-a73c-11ec-b909-0242ac120002",
"status": "VERIFIED"
}
'{
"status": true,
"message": "Success",
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"status": "VERIFIED"
}
}API Key for authentication
Current timestamp in seconds since epoch
HMAC SHA256 signature of the request encoded in Base64