curl --request POST \
--url https://api-sandbox.y.uno/v1/payments/{payment_id}/fulfillment \
--header 'Content-Type: application/json' \
--data '
{
"fulfilled_at": "2023-11-07T05:31:56Z",
"reference": "<string>"
}
'curl --request POST \
--url https://api-sandbox.y.uno/v1/payments/{payment_id}/fulfillment \
--header 'Content-Type: application/json' \
--data '
{
"fulfilled_at": "2023-11-07T05:31:56Z",
"reference": "<string>"
}
'Was this page helpful?