put https://api.onepay.la/v1/plans/
Log in to see full request history
Responses
xxxxxxxxxx
26curl --request PUT \
--url https://api.onepay.la/v1/plans/Identificador%20unico%20del%20plan \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"currency": "COP",
"cicle_frequency": "daily",
"remember_to_pay_before": 0,
"cancel_after_no_payment_before": 0,
"suggest_auto_debit": false,
"cicles": 0,
"trial": {
"has_trial": true
},
"allows": {
"cards": true,
"accounts": true,
"card_extra": false,
"realtime": false,
"pse": false,
"transfiya": false
},
"update_existing_subscriptions": false
}
'
Try It!
to start a request and see the response here! Or choose an example: