@rebilly/instruments 16.172.0 → 16.175.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -5889,30 +5889,30 @@ function st$1() {
5889
5889
  }
5890
5890
  return h2.slice(8, -1).toLowerCase().replace(/\s/g, "");
5891
5891
  };
5892
- function t(g) {
5893
- return typeof g.constructor == "function" ? g.constructor.name : null;
5892
+ function t(a) {
5893
+ return typeof a.constructor == "function" ? a.constructor.name : null;
5894
5894
  }
5895
- function s(g) {
5896
- return Array.isArray ? Array.isArray(g) : g instanceof Array;
5895
+ function s(a) {
5896
+ return Array.isArray ? Array.isArray(a) : a instanceof Array;
5897
5897
  }
5898
- function r(g) {
5899
- return g instanceof Error || typeof g.message == "string" && g.constructor && typeof g.constructor.stackTraceLimit == "number";
5898
+ function r(a) {
5899
+ return a instanceof Error || typeof a.message == "string" && a.constructor && typeof a.constructor.stackTraceLimit == "number";
5900
5900
  }
5901
- function n(g) {
5902
- return g instanceof Date ? true : typeof g.toDateString == "function" && typeof g.getDate == "function" && typeof g.setDate == "function";
5901
+ function n(a) {
5902
+ return a instanceof Date ? true : typeof a.toDateString == "function" && typeof a.getDate == "function" && typeof a.setDate == "function";
5903
5903
  }
5904
- function u(g) {
5905
- return g instanceof RegExp ? true : typeof g.flags == "string" && typeof g.ignoreCase == "boolean" && typeof g.multiline == "boolean" && typeof g.global == "boolean";
5904
+ function u(a) {
5905
+ return a instanceof RegExp ? true : typeof a.flags == "string" && typeof a.ignoreCase == "boolean" && typeof a.multiline == "boolean" && typeof a.global == "boolean";
5906
5906
  }
5907
- function o(g, p) {
5908
- return t(g) === "GeneratorFunction";
5907
+ function o(a, p) {
5908
+ return t(a) === "GeneratorFunction";
5909
5909
  }
5910
- function l(g) {
5911
- return typeof g.throw == "function" && typeof g.return == "function" && typeof g.next == "function";
5910
+ function l(a) {
5911
+ return typeof a.throw == "function" && typeof a.return == "function" && typeof a.next == "function";
5912
5912
  }
5913
- function i(g) {
5913
+ function i(a) {
5914
5914
  try {
5915
- if (typeof g.length == "number" && typeof g.callee == "function")
5915
+ if (typeof a.length == "number" && typeof a.callee == "function")
5916
5916
  return true;
5917
5917
  } catch (p) {
5918
5918
  if (p.message.indexOf("callee") !== -1)
@@ -5920,8 +5920,8 @@ function st$1() {
5920
5920
  }
5921
5921
  return false;
5922
5922
  }
5923
- function f(g) {
5924
- return g.constructor && typeof g.constructor.isBuffer == "function" ? g.constructor.isBuffer(g) : false;
5923
+ function f(a) {
5924
+ return a.constructor && typeof a.constructor.isBuffer == "function" ? a.constructor.isBuffer(a) : false;
5925
5925
  }
5926
5926
  return x$1;
5927
5927
  }
@@ -5973,8 +5973,8 @@ function St$1() {
5973
5973
  }
5974
5974
  }
5975
5975
  function r(i) {
5976
- const f = i.flags !== void 0 ? i.flags : /\w+$/.exec(i) || void 0, g = new i.constructor(i.source, f);
5977
- return g.lastIndex = i.lastIndex, g;
5976
+ const f = i.flags !== void 0 ? i.flags : /\w+$/.exec(i) || void 0, a = new i.constructor(i.source, f);
5977
+ return a.lastIndex = i.lastIndex, a;
5978
5978
  }
5979
5979
  function n(i) {
5980
5980
  const f = new i.constructor(i.byteLength);
@@ -5984,8 +5984,8 @@ function St$1() {
5984
5984
  return new i.constructor(i.buffer, i.byteOffset, i.length);
5985
5985
  }
5986
5986
  function o(i) {
5987
- const f = i.length, g = Buffer.allocUnsafe ? Buffer.allocUnsafe(f) : Buffer.from(f);
5988
- return i.copy(g), g;
5987
+ const f = i.length, a = Buffer.allocUnsafe ? Buffer.allocUnsafe(f) : Buffer.from(f);
5988
+ return i.copy(a), a;
5989
5989
  }
5990
5990
  function l(i) {
5991
5991
  return e ? Object(e.call(i)) : {};
@@ -6174,10 +6174,10 @@ function O$1({ options: e }) {
6174
6174
  return e.apiVersion && (c = `${c}/${e.apiVersion}`), e.organizationId && (c = `${c}/organizations/${e.organizationId}`), `${c}`;
6175
6175
  }
6176
6176
  function o() {
6177
- const a = {
6178
- "REB-API-CONSUMER": `${["Rebilly", e.appName, "js-sdk"].filter((m2) => m2).join("/")}@826a075`
6177
+ const g = {
6178
+ "REB-API-CONSUMER": `${["Rebilly", e.appName, "js-sdk"].filter((m2) => m2).join("/")}@b8821e7`
6179
6179
  };
6180
- return e.apiKey && (a["REB-APIKEY"] = e.apiKey), a;
6180
+ return e.apiKey && (g["REB-APIKEY"] = e.apiKey), g;
6181
6181
  }
6182
6182
  function l() {
6183
6183
  return Dt$1(t.defaults.headers);
@@ -6186,38 +6186,38 @@ function O$1({ options: e }) {
6186
6186
  e.requestTimeout = Number(c), t.defaults.timeout = e.requestTimeout;
6187
6187
  }
6188
6188
  function f(c = e.jwt) {
6189
- const a = l();
6190
- e.apiKey = null, e.jwt = c, delete a.common["REB-APIKEY"], a.common.Authorization = `Bearer ${c}`, t.defaults.headers = a;
6189
+ const g = l();
6190
+ e.apiKey = null, e.jwt = c, delete g.common["REB-APIKEY"], g.common.Authorization = `Bearer ${c}`, t.defaults.headers = g;
6191
6191
  }
6192
- function g(c = e.publishableKey) {
6193
- const a = l();
6194
- e.publishableKey = c, a.common.Authorization = `${c}`, t.defaults.headers = a;
6192
+ function a(c = e.publishableKey) {
6193
+ const g = l();
6194
+ e.publishableKey = c, g.common.Authorization = `${c}`, t.defaults.headers = g;
6195
6195
  }
6196
- function p({ host: c, port: a, auth: m2 }) {
6196
+ function p({ host: c, port: g, auth: m2 }) {
6197
6197
  t.defaults.proxy = {
6198
6198
  host: c,
6199
- port: a,
6199
+ port: g,
6200
6200
  auth: m2
6201
6201
  };
6202
6202
  }
6203
- function h2({ live: c = null, sandbox: a = null }) {
6204
- c && (e.apiEndpoints.live = c), a && (e.apiEndpoints.sandbox = a), t.defaults.baseURL = u();
6203
+ function h2({ live: c = null, sandbox: g = null }) {
6204
+ c && (e.apiEndpoints.live = c), g && (e.apiEndpoints.sandbox = g), t.defaults.baseURL = u();
6205
6205
  }
6206
- function K2(c, { thenDelegate: a, catchDelegate: m2 = () => {
6206
+ function K2(c, { thenDelegate: g, catchDelegate: m2 = () => {
6207
6207
  } }) {
6208
6208
  return tt$1(c) && t.interceptors[w[c]].use(
6209
- a,
6209
+ g,
6210
6210
  m2
6211
6211
  );
6212
6212
  }
6213
- function N2(c, a) {
6214
- return tt$1(c) && t.interceptors[w[c]].eject(a);
6213
+ function N2(c, g) {
6214
+ return tt$1(c) && t.interceptors[w[c]].eject(g);
6215
6215
  }
6216
- function rt2({ thenDelegate: c, catchDelegate: a = () => {
6216
+ function rt2({ thenDelegate: c, catchDelegate: g = () => {
6217
6217
  } }) {
6218
6218
  return K2(w.request, {
6219
6219
  thenDelegate: c,
6220
- catchDelegate: a
6220
+ catchDelegate: g
6221
6221
  });
6222
6222
  }
6223
6223
  function nt2(c) {
@@ -6225,18 +6225,18 @@ function O$1({ options: e }) {
6225
6225
  }
6226
6226
  function ut2({
6227
6227
  thenDelegate: c,
6228
- catchDelegate: a = () => {
6228
+ catchDelegate: g = () => {
6229
6229
  }
6230
6230
  }) {
6231
6231
  return K2(w.response, {
6232
6232
  thenDelegate: c,
6233
- catchDelegate: a
6233
+ catchDelegate: g
6234
6234
  });
6235
6235
  }
6236
6236
  function ot2(c) {
6237
6237
  N2(w.response, c);
6238
6238
  }
6239
- function v({ request: c, isCollection: a, config: m2 }) {
6239
+ function v({ request: c, isCollection: g, config: m2 }) {
6240
6240
  const $2 = z2(m2), { id: b, cancelToken: $t2 } = q$1.save();
6241
6241
  $2.cancelToken = $t2;
6242
6242
  const G2 = (async function() {
@@ -6244,7 +6244,7 @@ function O$1({ options: e }) {
6244
6244
  const T = await c($2);
6245
6245
  return lt2({
6246
6246
  response: T,
6247
- isCollection: a,
6247
+ isCollection: g,
6248
6248
  config: $2
6249
6249
  });
6250
6250
  } catch (T) {
@@ -6255,8 +6255,8 @@ function O$1({ options: e }) {
6255
6255
  })();
6256
6256
  return G2.cancel = (T) => I$1.cancelById(b, T), G2;
6257
6257
  }
6258
- function lt2({ response: c, isCollection: a, config: m2 }) {
6259
- return a ? new yt$1(c, m2) : new et$1(c, m2);
6258
+ function lt2({ response: c, isCollection: g, config: m2 }) {
6259
+ return g ? new yt$1(c, m2) : new et$1(c, m2);
6260
6260
  }
6261
6261
  function L2({ error: c }) {
6262
6262
  if (axios.isCancel(c))
@@ -6280,61 +6280,61 @@ function O$1({ options: e }) {
6280
6280
  }
6281
6281
  function ct2(c) {
6282
6282
  return c.params !== void 0 && (c.params = Object.keys(c.params).filter(
6283
- (a) => {
6283
+ (g) => {
6284
6284
  var m2;
6285
- return c.params[a] !== null && c.params[a] !== "" && !(a === "sort" && ((m2 = c.params[a]) == null ? void 0 : m2.length) === 0);
6285
+ return c.params[g] !== null && c.params[g] !== "" && !(g === "sort" && ((m2 = c.params[g]) == null ? void 0 : m2.length) === 0);
6286
6286
  }
6287
- ).reduce((a, m2) => {
6287
+ ).reduce((g, m2) => {
6288
6288
  const $2 = c.params[m2];
6289
- return a[m2] = m2 === "sort" && Array.isArray($2) ? $2.join(",") : $2, a;
6289
+ return g[m2] = m2 === "sort" && Array.isArray($2) ? $2.join(",") : $2, g;
6290
6290
  }, {})), c;
6291
6291
  }
6292
6292
  function z2(c = {}) {
6293
6293
  return { ...ct2(c) };
6294
6294
  }
6295
- function U2(c, a = {}) {
6295
+ function U2(c, g = {}) {
6296
6296
  return v({
6297
6297
  request: (m2) => t.get(c, m2),
6298
- config: { params: a }
6298
+ config: { params: g }
6299
6299
  });
6300
6300
  }
6301
- function it2(c, a) {
6301
+ function it2(c, g) {
6302
6302
  return v({
6303
6303
  request: (m2) => t.get(c, m2),
6304
- config: { params: a },
6304
+ config: { params: g },
6305
6305
  isCollection: true
6306
6306
  });
6307
6307
  }
6308
- function V2(c, a, m2 = {}) {
6308
+ function V2(c, g, m2 = {}) {
6309
6309
  let $2 = {};
6310
6310
  return m2.authenticate === false && ($2 = { headers: l() }, delete $2.headers.common["REB-APIKEY"], delete $2.headers.common.Authorization), m2.params && ($2.params = { ...m2.params }), v({
6311
- request: (b) => t.post(c, a, b),
6311
+ request: (b) => t.post(c, g, b),
6312
6312
  config: $2
6313
6313
  });
6314
6314
  }
6315
- function J2(c, a, m2 = {}) {
6315
+ function J2(c, g, m2 = {}) {
6316
6316
  return v({
6317
- request: ($2) => t.put(c, a, $2),
6317
+ request: ($2) => t.put(c, g, $2),
6318
6318
  config: { params: m2 }
6319
6319
  });
6320
6320
  }
6321
- function at2(c, a) {
6321
+ function gt2(c, g) {
6322
6322
  return v({
6323
- request: (m2) => t.patch(c, a, m2),
6323
+ request: (m2) => t.patch(c, g, m2),
6324
6324
  config: {}
6325
6325
  });
6326
6326
  }
6327
- function W2(c, a = null) {
6327
+ function W2(c, g = null) {
6328
6328
  return v({
6329
6329
  request: (m2) => t.delete(c, m2),
6330
- config: a != null ? { data: a } : {}
6330
+ config: g != null ? { data: g } : {}
6331
6331
  });
6332
6332
  }
6333
- function gt2(c, a) {
6334
- return W2(c, a);
6333
+ function at2(c, g) {
6334
+ return W2(c, g);
6335
6335
  }
6336
- async function mt2(c, a, m2, $2 = {}) {
6337
- if (a === "")
6336
+ async function mt2(c, g, m2, $2 = {}) {
6337
+ if (g === "")
6338
6338
  return V2(c, m2, { params: $2 });
6339
6339
  try {
6340
6340
  if ((await U2(c)).response.status === 200)
@@ -6347,8 +6347,8 @@ function O$1({ options: e }) {
6347
6347
  throw b;
6348
6348
  }
6349
6349
  }
6350
- async function ft2(c, a) {
6351
- const m2 = z2(a);
6350
+ async function ft2(c, g) {
6351
+ const m2 = z2(g);
6352
6352
  try {
6353
6353
  const $2 = await t.get(c, m2);
6354
6354
  return new At$1($2, m2);
@@ -6365,15 +6365,15 @@ function O$1({ options: e }) {
6365
6365
  setTimeout: i,
6366
6366
  setProxyAgent: p,
6367
6367
  setSessionToken: f,
6368
- setPublishableKey: g,
6368
+ setPublishableKey: a,
6369
6369
  setEndpoints: h2,
6370
6370
  get: U2,
6371
6371
  getAll: it2,
6372
6372
  post: V2,
6373
6373
  put: J2,
6374
- patch: at2,
6374
+ patch: gt2,
6375
6375
  delete: W2,
6376
- deleteAll: gt2,
6376
+ deleteAll: at2,
6377
6377
  create: mt2,
6378
6378
  download: ft2
6379
6379
  };
@@ -7405,7 +7405,7 @@ function ie$1({ apiHandler: e }) {
7405
7405
  }
7406
7406
  };
7407
7407
  }
7408
- function ae$1({ apiHandler: e }) {
7408
+ function ge({ apiHandler: e }) {
7409
7409
  return {
7410
7410
  /**
7411
7411
  * @param { rebilly.GetEmailNotificationCollectionRequest } request
@@ -7417,7 +7417,7 @@ function ae$1({ apiHandler: e }) {
7417
7417
  }
7418
7418
  };
7419
7419
  }
7420
- function ge({ apiHandler: e }) {
7420
+ function ae$1({ apiHandler: e }) {
7421
7421
  return {
7422
7422
  /**
7423
7423
  * @param { rebilly.GetEventCollectionRequest } request
@@ -7722,7 +7722,7 @@ function pe$1({ apiHandler: e }) {
7722
7722
  const o = this.getAllAttachments(s);
7723
7723
  r.push(o);
7724
7724
  const i = (await o).items.map(
7725
- (g) => this.detach({ id: g.fields.id })
7725
+ (a) => this.detach({ id: a.fields.id })
7726
7726
  );
7727
7727
  r = [...r, i], await Promise.all(i);
7728
7728
  const f = e.delete(`files/${t}`);
@@ -9792,7 +9792,7 @@ function is({ apiHandler: e }) {
9792
9792
  }
9793
9793
  };
9794
9794
  }
9795
- function as({ apiHandler: e }) {
9795
+ function gs({ apiHandler: e }) {
9796
9796
  return {
9797
9797
  /**
9798
9798
  * @param { rebilly.GetUsageCollectionRequest } request
@@ -9822,7 +9822,7 @@ function as({ apiHandler: e }) {
9822
9822
  }
9823
9823
  };
9824
9824
  }
9825
- function gs({ apiHandler: e }) {
9825
+ function as({ apiHandler: e }) {
9826
9826
  return {
9827
9827
  /**
9828
9828
  * @param { rebilly.GetUserCollectionRequest } request
@@ -9945,7 +9945,7 @@ class $s {
9945
9945
  apiHandler: t
9946
9946
  }), this.account = Bt$1({ apiHandler: t }), this.allowlists = Kt$1({ apiHandler: t }), this.amlChecks = Nt$1({ apiHandler: t }), this.amlSettings = Lt$1({ apiHandler: t }), this.apiKeys = zt$1({ apiHandler: t }), this.applicationInstances = Ut$1({ apiHandler: t }), this.applications = Vt$1({ apiHandler: t }), this.balanceTransactions = Jt$1({ apiHandler: t }), this.billingPortals = Wt$1({ apiHandler: t }), this.blocklists = Gt$1({ apiHandler: t }), this.broadcastMessages = Yt$1({ apiHandler: t }), this.cashiers = Qt$1({ apiHandler: t }), this.checkoutForms = Xt$1({ apiHandler: t }), this.coupons = Zt$1({ apiHandler: t }), this.creditMemos = _t$1({ apiHandler: t }), this.customDomains = Ht$1({ apiHandler: t }), this.customFields = te$1({ apiHandler: t }), this.customerAuthentication = ee$1({ apiHandler: t }), this.customers = se$1({ apiHandler: t }), this.depositCustomPropertySets = re$1({
9947
9947
  apiHandler: t
9948
- }), this.depositRequests = ne$1({ apiHandler: t }), this.depositStrategies = ue$1({ apiHandler: t }), this.digitalWallets = oe$1({ apiHandler: t }), this.disputes = le$1({ apiHandler: t }), this.emailDeliverySettings = ce$1({ apiHandler: t }), this.emailMessages = ie$1({ apiHandler: t }), this.emailNotifications = ae$1({ apiHandler: t }), this.events = ge({ apiHandler: t }), this.externalIdentifiers = me$1({ apiHandler: t }), this.externalServicesSettings = fe$1({
9948
+ }), this.depositRequests = ne$1({ apiHandler: t }), this.depositStrategies = ue$1({ apiHandler: t }), this.digitalWallets = oe$1({ apiHandler: t }), this.disputes = le$1({ apiHandler: t }), this.emailDeliverySettings = ce$1({ apiHandler: t }), this.emailMessages = ie$1({ apiHandler: t }), this.emailNotifications = ge({ apiHandler: t }), this.events = ae$1({ apiHandler: t }), this.externalIdentifiers = me$1({ apiHandler: t }), this.externalServicesSettings = fe$1({
9949
9949
  apiHandler: t
9950
9950
  }), this.fees = $e$1({ apiHandler: t }), this.files = pe$1({ apiHandler: t }), this.gatewayAccounts = he$1({ apiHandler: t }), this.integrations = ye$1({ apiHandler: t }), this.invoices = Ae$1({ apiHandler: t }), this.journalAccounts = be({ apiHandler: t }), this.journalEntries = Re$1({ apiHandler: t }), this.journalRecords = we$1({ apiHandler: t }), this.kycDocuments = ke$1({ apiHandler: t }), this.kycRequests = ve$1({ apiHandler: t }), this.kycSettings = qe$1({ apiHandler: t }), this.lists = Te$1({ apiHandler: t }), this.memberships = de$1({ apiHandler: t }), this.orderCancellations = Ie$1({ apiHandler: t }), this.orderPauses = Se$1({ apiHandler: t }), this.orderReactivations = Ee$1({ apiHandler: t }), this.orders = xe$1({ apiHandler: t }), this.organizationExports = Pe$1({ apiHandler: t }), this.organizations = Ce$1({ apiHandler: t }), this.paymentCardsBankNames = De$1({ apiHandler: t }), this.paymentInstruments = je$1({ apiHandler: t }), this.paymentMethods = Me$1({ apiHandler: t }), this.paymentTokens = Oe$1({ apiHandler: t }), this.payoutRequestAllocations = Fe$1({
9951
9951
  apiHandler: t
@@ -9953,7 +9953,7 @@ class $s {
9953
9953
  apiHandler: t
9954
9954
  }), this.subscriptionPauses = rs({ apiHandler: t }), this.subscriptionReactivations = ns({
9955
9955
  apiHandler: t
9956
- }), this.subscriptions = us({ apiHandler: t }), this.tags = os({ apiHandler: t }), this.tagsRules = ls({ apiHandler: t }), this.tracking = cs({ apiHandler: t }), this.transactions = is({ apiHandler: t }), this.usages = as({ apiHandler: t }), this.users = gs({ apiHandler: t }), this.webhooks = ms({ apiHandler: t }), this.websites = fs({ apiHandler: t }), this.addRequestInterceptor = t.addRequestInterceptor, this.removeRequestInterceptor = t.removeRequestInterceptor, this.addResponseInterceptor = t.addResponseInterceptor, this.removeResponseInterceptor = t.removeResponseInterceptor, this.setTimeout = t.setTimeout, this.setProxyAgent = t.setProxyAgent, this.setSessionToken = t.setSessionToken, this.setPublishableKey = t.setPublishableKey, this.setEndpoints = t.setEndpoints, this.getCancellationToken = t.getCancellationToken, this.generateSignature = t.generateSignature;
9956
+ }), this.subscriptions = us({ apiHandler: t }), this.tags = os({ apiHandler: t }), this.tagsRules = ls({ apiHandler: t }), this.tracking = cs({ apiHandler: t }), this.transactions = is({ apiHandler: t }), this.usages = gs({ apiHandler: t }), this.users = as({ apiHandler: t }), this.webhooks = ms({ apiHandler: t }), this.websites = fs({ apiHandler: t }), this.addRequestInterceptor = t.addRequestInterceptor, this.removeRequestInterceptor = t.removeRequestInterceptor, this.addResponseInterceptor = t.addResponseInterceptor, this.removeResponseInterceptor = t.removeResponseInterceptor, this.setTimeout = t.setTimeout, this.setProxyAgent = t.setProxyAgent, this.setSessionToken = t.setSessionToken, this.setPublishableKey = t.setPublishableKey, this.setEndpoints = t.setEndpoints, this.getCancellationToken = t.getCancellationToken, this.generateSignature = t.generateSignature;
9957
9957
  }
9958
9958
  }
9959
9959
  function ps({ apiHandler: e }) {
@@ -10360,7 +10360,7 @@ function As({ apiHandler: e }) {
10360
10360
  filter: i = null,
10361
10361
  criteria: f = null
10362
10362
  }) {
10363
- const g = {
10363
+ const a = {
10364
10364
  aggregationField: t,
10365
10365
  aggregationPeriod: s,
10366
10366
  includeSwitchedSubscriptions: r,
@@ -10371,7 +10371,7 @@ function As({ apiHandler: e }) {
10371
10371
  filter: i,
10372
10372
  criteria: f
10373
10373
  };
10374
- return e.get("reports/retention-percentage", g);
10374
+ return e.get("reports/retention-percentage", a);
10375
10375
  },
10376
10376
  /**
10377
10377
  * @returns { rebilly.GetRetentionValueReportResponsePromise } response
@@ -10386,7 +10386,7 @@ function As({ apiHandler: e }) {
10386
10386
  limit: l = null,
10387
10387
  offset: i = null,
10388
10388
  filter: f = null,
10389
- sort: g = null,
10389
+ sort: a = null,
10390
10390
  criteria: p = null
10391
10391
  }) {
10392
10392
  const h2 = {
@@ -10399,7 +10399,7 @@ function As({ apiHandler: e }) {
10399
10399
  limit: l,
10400
10400
  offset: i,
10401
10401
  filter: f,
10402
- sort: g,
10402
+ sort: a,
10403
10403
  criteria: p
10404
10404
  };
10405
10405
  return e.get("reports/retention-value", h2);
@@ -13374,7 +13374,7 @@ async function fetchPlansFromAddonsBumpOffer() {
13374
13374
  return [];
13375
13375
  });
13376
13376
  }
13377
- const paymentMethods = /* @__PURE__ */ JSON.parse(`[{"apiName":"ach","name":"ACH","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/BankAccount.svg","summary":"ACH is a network used for processing transactions across the United States.","description":"ACH is a network used for processing transactions across the United States.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[{"description":"Customer selects ACH debit at checkout"},{"description":"Enters bank details"},{"description":"Recieves payment initiation confirmaiton"}],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ach"}]},{"apiName":"AdvCash","name":"AdvCash","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/AdvCash.svg","summary":"AdvCash is an online payment system offering prepaid cards for individuals and\\nonline businesses.\\n","description":"AdvCash is an online payment system offering prepaid cards for individuals and\\nonline businesses.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD","EUR","RUB","UAH","KZT","BRL","TRY"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/AdvCash"}]},{"apiName":"Aera","name":"Aera","landscapeLogo":null,"portraitLogo":null,"summary":"Set up Aera Wallet in your app to let customers pay in-store and online, and recognize them at every interaction.\\n","description":"Set up Aera Wallet in your app to let customers pay in-store and online, and recognize them at every interaction.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Aera"}]},{"apiName":"Affirm","name":"Affirm","landscapeLogo":null,"portraitLogo":null,"summary":"Affirm is an American buy now, pay later solution allowing shoppers in the US, Canada, and the UK to pay for their purchases in installments.\\n","description":"Affirm is an American buy now, pay later solution allowing shoppers in the US, Canada, and the UK to pay for their purchases in installments.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Affirm"}]},{"apiName":"Afterpay","name":"Afterpay","landscapeLogo":null,"portraitLogo":null,"summary":"Afterpay is a popular buy now, pay later service in Australia, Canada, and New Zealand.\\n","description":"Afterpay is a popular buy now, pay later service in Australia, Canada, and New Zealand.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Afterpay"}]},{"apiName":"Aircash","name":"Aircash","landscapeLogo":null,"portraitLogo":null,"summary":"Aircash is a mobile payment wallet that allows customers to pay for goods and services using their mobile phone.\\n","description":"Aircash is a mobile payment wallet that allows customers to pay for goods and services using their mobile phone.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Aircash"}]},{"apiName":"Airpay","name":"Airpay","landscapeLogo":null,"portraitLogo":null,"summary":"Airpay is an e-wallet that elevates you to an easier and more convenient\\nlifestyle with all in one services.\\n","description":"Airpay is an e-wallet that elevates you to an easier and more convenient\\nlifestyle with all in one services.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[{"description":"Customer selects Airpay at checkout"},{"description":"Customer is redirected to Rebilly hosted page"},{"description":"customer is redirected to AirPay to complete payment"}],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Airpay"}]},{"apiName":"Alfa-click","name":"Alfa-click","landscapeLogo":null,"portraitLogo":null,"summary":"Alfa-click combines digital and physical payment experiences and is among the\\nhighest ranking Russian private banks.\\n","description":"Alfa-click combines digital and physical payment experiences and is among the\\nhighest ranking Russian private banks.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD","EUR","GBP","CHF"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Alfa-click"}]},{"apiName":"Alipay","name":"Alipay","landscapeLogo":null,"portraitLogo":null,"summary":"Alipay is the most popular e-wallet and payment platform in Asia. Millions of\\ntransactions are processed each day in China.\\n","description":"Alipay is the most popular e-wallet and payment platform in Asia. Millions of\\ntransactions are processed each day in China.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["USD","AUD","CAD","CNY","EUR","GBP","HKD","JPY","MYR","NZD"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Alipay"}]},{"apiName":"AmazonPay","name":"AmazonPay","landscapeLogo":null,"portraitLogo":null,"summary":"The AmazonPay method.","description":"The AmazonPay method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/AmazonPay"}]},{"apiName":"Apple Pay","name":"Apple Pay","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Applepay.svg","portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Applepay.svg","summary":"Apple Pay is a digital wallet that also allows users to make payments in\\nperson using a one-step payment process.\\n","description":"Apple Pay is a digital wallet that also allows users to make payments in\\nperson using a one-step payment process.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":false,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":true,"disputes":true,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Apple%20Pay"}]},{"apiName":"AstroPay Card","name":"AstroPay Card","landscapeLogo":null,"portraitLogo":null,"summary":"AstroPay Card allows consumers to purchase online at international websites,\\nusing the most effective local payment methods in local currency.\\n","description":"AstroPay Card allows consumers to purchase online at international websites,\\nusing the most effective local payment methods in local currency.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/AstroPay%20Card"}]},{"apiName":"AstroPay-GO","name":"AstroPay Go","landscapeLogo":null,"portraitLogo":null,"summary":"AstroPay allows consumers to purchase online at international websites, using\\nthe most effective local payment methods in local currency.\\n","description":"AstroPay allows consumers to purchase online at international websites, using\\nthe most effective local payment methods in local currency.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/AstroPay-GO"}]},{"apiName":"BVNK","name":"BVNK","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/BVNK.svg","summary":"BVNK provides stablecoin payments infrastructure, unifying banks and blockchains in a single API platform, to accelerate global money movement.","description":"BVNK provides stablecoin payments infrastructure, unifying banks and blockchains in a single API platform, to accelerate global money movement.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Cryptocurrency","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/BVNK"}]},{"apiName":"Baloto","name":"Baloto","landscapeLogo":null,"portraitLogo":null,"summary":"Baloto is Colombia's largest lottery and payment service and is used by 80% of\\nthe Colombian population.\\n","description":"Baloto is Colombia's largest lottery and payment service and is used by 80% of\\nthe Colombian population.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Baloto"}]},{"apiName":"Bancontact-mobile","name":"Bancontact-mobile","landscapeLogo":null,"portraitLogo":null,"summary":"Bancontact mobile allows the shopper to complete a payment with the mobile\\napp. installed on their device.\\n","description":"Bancontact mobile allows the shopper to complete a payment with the mobile\\napp. installed on their device.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Bancontact-mobile"}]},{"apiName":"Bancontact","name":"Bancontact","landscapeLogo":null,"portraitLogo":null,"summary":"Bancontact is a payment system offered by more than 80% of online Belgian\\nbusinesses and functions like a regular card payment.\\n","description":"Bancontact is a payment system offered by more than 80% of online Belgian\\nbusinesses and functions like a regular card payment.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Bancontact"}]},{"apiName":"BankReferenced","name":"BankReferenced","landscapeLogo":null,"portraitLogo":null,"summary":"The BankReferenced method.","description":"The BankReferenced method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/BankReferenced"}]},{"apiName":"BankSEND","name":"BankSEND","landscapeLogo":null,"portraitLogo":null,"summary":"With the BankSEND platform, customers pay with their online banking data using direct bank transfer.\\n","description":"With the BankSEND platform, customers pay with their online banking data using direct bank transfer.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["CAD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/BankSEND"}]},{"apiName":"bank-transfer","name":"Bank Transfer","landscapeLogo":null,"portraitLogo":null,"summary":"A bank transfer is the direct, electronic transfer of funds from one bank\\naccount to another.\\n","description":"A bank transfer is the direct, electronic transfer of funds from one bank\\naccount to another.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[{"description":"Customer selects ACH debit at checkout"},{"description":"Enters bank details"},{"description":"Recieves payment initiation confirmaiton"}],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/bank-transfer"}]},{"apiName":"Beeline","name":"Beeline","landscapeLogo":null,"portraitLogo":null,"summary":"Beeline offers a universal payment card and a mobile prepaid network system\\nthat allows money transfers between Beeline subscribers.\\n","description":"Beeline offers a universal payment card and a mobile prepaid network system\\nthat allows money transfers between Beeline subscribers.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet + Card","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["AMD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Beeline"}]},{"apiName":"Belfius-direct-net","name":"Belfius Direct Net","landscapeLogo":null,"portraitLogo":null,"summary":"Belfius is one of the leading online private banks in Belgium. They are used\\nby 1 in 3 Belgians and have over 3.6 million customers.\\n","description":"Belfius is one of the leading online private banks in Belgium. They are used\\nby 1 in 3 Belgians and have over 3.6 million customers.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Belfius-direct-net"}]},{"apiName":"bitcoin","name":"Bitcoin","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Bitcoin.svg","portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Bitcoin.svg","summary":"Bitcoin payment method provides a borderless payment network and a seamless\\ntransfer of bitcoins from anywhere in the world through any online devices.\\n","description":"Bitcoin payment method provides a borderless payment network and a seamless\\ntransfer of bitcoins from anywhere in the world through any online devices.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Cryptocurrency","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/bitcoin"}]},{"apiName":"Bizum","name":"Bizum","landscapeLogo":null,"portraitLogo":null,"summary":"Bizum is the immediate, fast, convenient and universal mobile payment solution promoted by Spanish banks.","description":"Bizum is the immediate, fast, convenient and universal mobile payment solution promoted by Spanish banks.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Bizum"}]},{"apiName":"Blik","name":"Blik","landscapeLogo":null,"portraitLogo":null,"summary":"Blik is a Polish payment system that allows users to make instant payments and\\nwithdraw cash using a mobile banking app.\\n","description":"Blik is a Polish payment system that allows users to make instant payments and\\nwithdraw cash using a mobile banking app.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["PLN"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Blik"}]},{"apiName":"Boleto","name":"Boleto","landscapeLogo":null,"portraitLogo":null,"summary":"Boleto is Brazil's most popular cash-based payment method. It's the only\\npayment option available for 35% of Brazillian consumers without a bank\\naccount.\\n","description":"Boleto is Brazil's most popular cash-based payment method. It's the only\\npayment option available for 35% of Brazillian consumers without a bank\\naccount.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Boleto"}]},{"apiName":"CASHlib","name":"CASHlib","landscapeLogo":null,"portraitLogo":null,"summary":"CASHlib is a voucher based payment method that allows you to make online\\npayments without the need of a credit or debit card.\\n","description":"CASHlib is a voucher based payment method that allows you to make online\\npayments without the need of a credit or debit card.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/CASHlib"}]},{"apiName":"CCAvenue","name":"CCAvenue","landscapeLogo":"https://app.rebilly.com/static/payment-methods/portrait/PaymentCard.svg","portraitLogo":null,"summary":"CCAvenue Checkout offers a smooth, fast and frictionless buying experience.\\n","description":"CCAvenue Checkout offers a smooth, fast and frictionless buying experience.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/CCAvenue"}]},{"apiName":"CODVoucher","name":"CODVoucher","landscapeLogo":null,"portraitLogo":null,"summary":"CODVoucher offers a digital voucher that the customer can scan at an\\nauthorized location and pay with cash.\\n","description":"CODVoucher offers a digital voucher that the customer can scan at an\\nauthorized location and pay with cash.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/CODVoucher"}]},{"apiName":"cash","name":"Cash","landscapeLogo":null,"portraitLogo":null,"summary":"Cash is money in a physical form like coins or notes.","description":"Cash is money in a physical form like coins or notes.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Cash","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":true,"disputes":true,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/cash"}]},{"apiName":"cash-deposit","name":"Cash Deposit","landscapeLogo":null,"portraitLogo":null,"summary":"A cash deposit is money put into a bank account in the form of cash, checks,\\nor bank transfers.\\n","description":"A cash deposit is money put into a bank account in the form of cash, checks,\\nor bank transfers.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/cash-deposit"}]},{"apiName":"CashToCode","name":"CashToCode","landscapeLogo":null,"portraitLogo":null,"summary":"CashToCode is an instant cash payment service that does not require a bank\\naccount or credit card.\\n","description":"CashToCode is an instant cash payment service that does not require a bank\\naccount or credit card.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/CashToCode"}]},{"apiName":"Cashterminal","name":"Cash Terminal","landscapeLogo":null,"portraitLogo":null,"summary":"A Bulgarian based service, which provides the ability to pay in cash and in real time.\\n","description":"A Bulgarian based service, which provides the ability to pay in cash and in real time.\\n","countries":{"mode":"subset","values":["BG"]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["BGN"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Cashterminal"}]},{"apiName":"check","name":"Check","landscapeLogo":null,"portraitLogo":null,"summary":"Checks are physical documents that direct a bank to pay a specific amount of\\nmoney to the recipient of the check.\\n","description":"Checks are physical documents that direct a bank to pay a specific amount of\\nmoney to the recipient of the check.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Check","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/check"}]},{"apiName":"China UnionPay","name":"China UnionPay","landscapeLogo":null,"portraitLogo":null,"summary":"China UnionPay is the largest card scheme in China while also offering mobile\\nand online payments. China UnionPay has over 7 billion cards in use and is\\nconnected to all the ATMs across the country.\\n","description":"China UnionPay is the largest card scheme in China while also offering mobile\\nand online payments. China UnionPay has over 7 billion cards in use and is\\nconnected to all the ATMs across the country.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":false,"isSingleUse":false,"type":"Wallet + Card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/China%20UnionPay"}]},{"apiName":"Clearpay","name":"Clearpay","landscapeLogo":null,"portraitLogo":null,"summary":"Clearpay is a popular buy now, pay later service in the United Kingdom.\\n","description":"Clearpay is a popular buy now, pay later service in the United Kingdom.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Clearpay"}]},{"apiName":"Conekta-oxxo","name":"Conekta OXXO","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/ConektaOxxo.svg","portraitLogo":null,"summary":"Conekta OXXO Pay allows customers to purchase online or instore with a\\ncash-based voucher. 30% of transactions in Mexico are with OXXO and they offer\\nreal-time payment confirmation.\\n","description":"Conekta OXXO Pay allows customers to purchase online or instore with a\\ncash-based voucher. 30% of transactions in Mexico are with OXXO and they offer\\nreal-time payment confirmation.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["MXN"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Conekta-oxxo"}]},{"apiName":"Conekta-spei","name":"Conekta SPEI","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/ConektaOxxo.svg","portraitLogo":null,"summary":"Conekta SPEI allows its customers to send and receive interbank electronic\\ntransfers and obtain real-time payment confirmation in seconds.\\n","description":"Conekta SPEI allows its customers to send and receive interbank electronic\\ntransfers and obtain real-time payment confirmation in seconds.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["MXN"]},"recurringPayments":true,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Conekta-spei"}]},{"apiName":"cryptocurrency","name":"Cryptocurrency","landscapeLogo":null,"portraitLogo":null,"summary":"Cryptocurrency is a decentralized, digital currency based on blockchain\\ntechnology which makes it nearly impossible to counterfeit or double-spend.\\n","description":"Cryptocurrency is a decentralized, digital currency based on blockchain\\ntechnology which makes it nearly impossible to counterfeit or double-spend.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Cryptocurrency","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/cryptocurrency"}]},{"apiName":"Cupon-de-pagos","name":"Cupon de Pagos","landscapeLogo":null,"portraitLogo":null,"summary":"The Cupon de Pagos method.","description":"The Cupon de Pagos method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Cupon-de-pagos"}]},{"apiName":"CyberSource","name":"CyberSource","landscapeLogo":null,"portraitLogo":null,"summary":"CyberSource ia an e-commerce credit card payment system that allows customers\\nto process online payments.\\n","description":"CyberSource ia an e-commerce credit card payment system that allows customers\\nto process online payments.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["USD","LBP"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/CyberSource"}]},{"apiName":"Dimoco-pay-smart","name":"Dimoco pay smart","landscapeLogo":null,"portraitLogo":null,"summary":"The Dimoco pay smart method.\\n","description":"The Dimoco pay smart method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Dimoco-pay-smart"}]},{"apiName":"Directa24Card","name":"Directa24Card","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Directa24Card.svg","portraitLogo":null,"summary":"Directa24 was formerly known as Astropay and specialized in Latin American local payment methods. They have expanded to include other emerging markets.\\n","description":"Directa24 was formerly known as Astropay and specialized in Latin American local payment methods. They have expanded to include other emerging markets.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Directa24Card"}]},{"apiName":"domestic-cards","name":"Domestic Cards","landscapeLogo":null,"portraitLogo":null,"summary":"The Domestic Cards method.","description":"The Domestic Cards method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/domestic-cards"}]},{"apiName":"EPS","name":"EPS","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/EPS.svg","portraitLogo":null,"summary":"EPS is an online transfer payment method accepted by 80% of all online\\nbusinesses in Austria.\\n","description":"EPS is an online transfer payment method accepted by 80% of all online\\nbusinesses in Austria.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/EPS"}]},{"apiName":"e-wallet","name":"eWallet","landscapeLogo":null,"portraitLogo":null,"summary":"An e-Wallet is an electronic system that securely stores payment information\\nthat allows for quick and easy digital transactions.\\n","description":"An e-Wallet is an electronic system that securely stores payment information\\nthat allows for quick and easy digital transactions.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/e-wallet"}]},{"apiName":"eZeeWallet","name":"eZeeWallet","landscapeLogo":null,"portraitLogo":null,"summary":"eZeeWallet is a digital wallet that offers secure, customer-focused payment services that make paying\\nand getting paid simple and hassle-free.\\n","description":"eZeeWallet is a digital wallet that offers secure, customer-focused payment services that make paying\\nand getting paid simple and hassle-free.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/eZeeWallet"}]},{"apiName":"echeck","name":"eCheck","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Echeck.svg","portraitLogo":null,"summary":"An eCheck is a digital version of a traditional paper check.","description":"An eCheck is a digital version of a traditional paper check.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":false,"isSingleUse":false,"type":"Check","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/echeck"}]},{"apiName":"ecoPayz","name":"ecoPayz","landscapeLogo":null,"portraitLogo":null,"summary":"ecoPAYZ is one of the oldest e-wallets and allows its customers to receive,\\nsend, and spend money worldwide all from one online account.\\n","description":"ecoPAYZ is one of the oldest e-wallets and allows its customers to receive,\\nsend, and spend money worldwide all from one online account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet + Card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ecoPayz"}]},{"apiName":"ecoPayzTurkey","name":"ecoPayzTurkey","landscapeLogo":null,"portraitLogo":null,"summary":"ecoPAYZ is one of the oldest e-wallets, offering customers the ability to receive,\\nsend, and spend money worldwide from a single online account.\\n","description":"ecoPAYZ is one of the oldest e-wallets, offering customers the ability to receive,\\nsend, and spend money worldwide from a single online account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ecoPayzTurkey"}]},{"apiName":"ecoVoucher","name":"ecoVoucher","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Ecovoucher.svg","portraitLogo":null,"summary":"ecoVoucher is offered by ecoPayz and is a prepaid payment method that allows\\ncustomers to pay online securely.\\n","description":"ecoVoucher is offered by ecoPayz and is a prepaid payment method that allows\\ncustomers to pay online securely.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ecoVoucher"}]},{"apiName":"Efecty","name":"Efecty","landscapeLogo":null,"portraitLogo":null,"summary":"Efecty is a Colombian-based offline cash payment voucher option. It is one of\\nthe most popular payment methods in Colombia to pay utility bills and online\\npurchases.\\n","description":"Efecty is a Colombian-based offline cash payment voucher option. It is one of\\nthe most popular payment methods in Colombia to pay utility bills and online\\npurchases.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["COP"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Efecty"}]},{"apiName":"Ethereum","name":"Ethereum","landscapeLogo":null,"portraitLogo":null,"summary":"Ethereum is a decentralizaed blockchain platform that offers open access to\\ndigital money and data-friendly services. It is the second largest\\ncryptocurrency in the market after Bitcoin.\\n","description":"Ethereum is a decentralizaed blockchain platform that offers open access to\\ndigital money and data-friendly services. It is the second largest\\ncryptocurrency in the market after Bitcoin.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Cryptocurrency","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Ethereum"}]},{"apiName":"FasterPay","name":"FasterPay","landscapeLogo":null,"portraitLogo":null,"summary":"The FasterPay method\\n","description":"The FasterPay method\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"subset","values":["USD","EUR","GBP","CAD","DKK","NOK","SEK","CHF","CZK","HKD","PLN","SGD","NZD","HUF","JPY","AUD"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/FasterPay"}]},{"apiName":"Flexepin","name":"Flexepin","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Flexepin.svg","portraitLogo":null,"summary":"Flexepin is owned and operated by FlexeWallet and their vouchers are issued\\nunder an Australian Financial Services License.\\n","description":"Flexepin is owned and operated by FlexeWallet and their vouchers are issued\\nunder an Australian Financial Services License.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Flexepin"}]},{"apiName":"Giropay","name":"Giropay","landscapeLogo":null,"portraitLogo":null,"summary":"Giropay is an online payment method offered by more than 1,500 banks in\\nGermany. Giropay uses real-time bank transfers and thier payments are 100%\\nguaranteed.\\n","description":"Giropay is an online payment method offered by more than 1,500 banks in\\nGermany. Giropay uses real-time bank transfers and thier payments are 100%\\nguaranteed.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Giropay"}]},{"apiName":"Google Pay","name":"Google Pay","landscapeLogo":null,"portraitLogo":null,"summary":"Google Pay enables customers to pay with any payment method that is saved to\\ntheir Google account.\\n","description":"Google Pay enables customers to pay with any payment method that is saved to\\ntheir Google account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":false,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":true,"refunds":true,"disputes":true,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Google%20Pay"}]},{"apiName":"Gpaysafe","name":"Gpaysafe","landscapeLogo":null,"portraitLogo":null,"summary":"Gpaysafe allows merchants to do business globally with a single API solution.","description":"Gpaysafe allows merchants to do business globally with a single API solution.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2B"],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Gpaysafe"}]},{"apiName":"iDEAL","name":"iDEAL","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/iDEAL.svg","summary":"iDEAL allows customers to complete transactions online using their bank\\ncredentials. It is the most popular payment method in the Netherlands with a\\nuse of nearly 55%.\\n","description":"iDEAL allows customers to complete transactions online using their bank\\ncredentials. It is the most popular payment method in the Netherlands with a\\nuse of nearly 55%.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/iDEAL"}]},{"apiName":"iDebit","name":"iDebit","landscapeLogo":null,"portraitLogo":null,"summary":"iDebit is an online banking based payment method made available to consumers\\nin Canada, connecting them to secure, real-time payments without a credit\\ncard.\\n","description":"iDebit is an online banking based payment method made available to consumers\\nin Canada, connecting them to secure, real-time payments without a credit\\ncard.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/iDebit"}]},{"apiName":"ING-homepay","name":"ING Homepay","landscapeLogo":null,"portraitLogo":null,"summary":"ING Homepay is an online payment method that allows payments over online\\nbanking with the Belgian ING branch.\\n","description":"ING Homepay is an online payment method that allows payments over online\\nbanking with the Belgian ING branch.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":true,"disputes":true,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ING-homepay"}]},{"apiName":"INOVAPAY-pin","name":"INOVAPAY Pin","landscapeLogo":null,"portraitLogo":null,"summary":"The INOVAPAY Pin method.","description":"The INOVAPAY Pin method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/INOVAPAY-pin"}]},{"apiName":"INOVAPAY-wallet","name":"INOVAPAY Wallet","landscapeLogo":null,"portraitLogo":null,"summary":"INOVAPAY Wallet is an international e-money transfer service used to transfer\\nmoney to and from merchants.\\n","description":"INOVAPAY Wallet is an international e-money transfer service used to transfer\\nmoney to and from merchants.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/INOVAPAY-wallet"}]},{"apiName":"InstaDebit","name":"InsataDebit","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Instadebit.svg","portraitLogo":null,"summary":"The InstaDebit method.\\n","description":"The InstaDebit method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/InstaDebit"}]},{"apiName":"instant-bank-transfer","name":"Instant Bank Transfer","landscapeLogo":null,"portraitLogo":null,"summary":"Instant bank transfers allow consumers to make payments instantly. Both\\nconsumers and merchants can receive and send funds immediately.\\n","description":"Instant bank transfers allow consumers to make payments instantly. Both\\nconsumers and merchants can receive and send funds immediately.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":true,"refunds":true,"disputes":true,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/instant-bank-transfer"}]},{"apiName":"Instant Banking","name":"Instant Banking","landscapeLogo":null,"portraitLogo":null,"summary":"Instant Banking enables consumers to make payments to merchants using funds from their bank account.\\n","description":"Instant Banking enables consumers to make payments to merchants using funds from their bank account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Instant%20Banking"}]},{"apiName":"InstantPayments","name":"Instant Payments","landscapeLogo":null,"portraitLogo":null,"summary":"Instant Payments enables consumers to make payments to merchants using funds from their bank account.\\n","description":"Instant Payments enables consumers to make payments to merchants using funds from their bank account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/InstantPayments"}]},{"apiName":"Interac","name":"Interac","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Interac.svg","summary":"Interac is a Canadian debit card system that allows funds to be sent via its\\ne-Transfer service.\\n","description":"Interac is a Canadian debit card system that allows funds to be sent via its\\ne-Transfer service.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["CAD"]},"recurringPayments":false,"refunds":true,"disputes":true,"ux":[{"description":"Customer selects Interac at checkout"},{"description":"Customer selects their bank"},{"description":"The available Interac methods are displayed (Interac Online, Interac\\ne-Transfer, Interac e-Transfer Online), Customer selects Interac method -\\nNEED TO TEST FURTHER\\n"}],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Interac"}]},{"apiName":"Interac-eTransfer","name":"Interac eTransfer","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Interac.svg","summary":"Interac eTransfer is a Canadian interbank network that allows merchants,\\nfinancial institutions, and consumers to exchange electronic funds.\\n","description":"Interac eTransfer is a Canadian interbank network that allows merchants,\\nfinancial institutions, and consumers to exchange electronic funds.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[{"description":"Customer selects Interac at checkout"},{"description":"Customer selects their bank"},{"description":"The available Interac methods are displayed (Interac Online, Interac\\ne-Transfer, Interac e-Transfer Online), Customer selects Interac method\\n"}],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Interac-eTransfer"}]},{"apiName":"Interac-express-connect","name":"Interac Express Connect","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Interac.svg","summary":"Interac Express Connect is an e-wallet that allows payments via multiple\\nchannels including paypal, Interac e-transfer, and credit cards.\\n","description":"Interac Express Connect is an e-wallet that allows payments via multiple\\nchannels including paypal, Interac e-transfer, and credit cards.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Interac-express-connect"}]},{"apiName":"Interac-online","name":"Interac Online","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Interac.svg","summary":"Interac Online is a payment option that enables consumers to shop online and\\npay for goods through the RBC online banking account.\\n","description":"Interac Online is a payment option that enables consumers to shop online and\\npay for goods through the RBC online banking account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Interac-online"}]},{"apiName":"invoice","name":"Invoice","landscapeLogo":null,"portraitLogo":null,"summary":"An invoice is a document issued by a merchant to a consumer relating to a sale\\ntransaction and can inform products, prices, quantities, or services.\\n","description":"An invoice is a document issued by a merchant to a consumer relating to a sale\\ntransaction and can inform products, prices, quantities, or services.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Invoice","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/invoice"}]},{"apiName":"Jeton","name":"Jeton","landscapeLogo":null,"portraitLogo":null,"summary":"Jeton is a digital wallet that allows users to exchange money, make secure\\nmoney transfers and purchases online.\\n","description":"Jeton is a digital wallet that allows users to exchange money, make secure\\nmoney transfers and purchases online.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Jeton"}]},{"apiName":"JetonCash","name":"JetonCash","landscapeLogo":null,"portraitLogo":null,"summary":"JetonCash is a digital wallet that allows users to exchange money, make secure\\nmoney transfers and purchases online.\\n","description":"JetonCash is a digital wallet that allows users to exchange money, make secure\\nmoney transfers and purchases online.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/JetonCash"}]},{"apiName":"jpay","name":"Jpay","landscapeLogo":null,"portraitLogo":null,"summary":"The Jpay method.","description":"The Jpay method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/jpay"}]},{"apiName":"KNET","name":"KNET","landscapeLogo":null,"portraitLogo":null,"summary":"The KNET method.\\n","description":"The KNET method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/KNET"}]},{"apiName":"KakaoPay","name":"KakaoPay","landscapeLogo":null,"portraitLogo":null,"summary":"KakaoPay is a mobile payment and digital wallet service by Kakao and based in South Korea. It enables users make mobile payments and online transactions.\\n","description":"KakaoPay is a mobile payment and digital wallet service by Kakao and based in South Korea. It enables users make mobile payments and online transactions.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":false,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/KakaoPay"}]},{"apiName":"Khelocard","name":"Khelocard","landscapeLogo":null,"portraitLogo":null,"summary":"Khelo Card is a virtual prepaid card that allows for deposits and withdrawals\\nand is accepted at partnered online sites around the world.\\n","description":"Khelo Card is a virtual prepaid card that allows for deposits and withdrawals\\nand is accepted at partnered online sites around the world.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Khelocard"}]},{"apiName":"Klarna","name":"Klarna","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Klarna.png","summary":"Klarna offers flexible payment plans that provides payment solutions for 85\\nmillion customers and over 200,000 merchants across 19 markets.\\n","description":"Klarna offers flexible payment plans that provides payment solutions for 85\\nmillion customers and over 200,000 merchants across 19 markets.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":true,"type":"Buy Now Pay later","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":true,"disputes":true,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Klarna"}]},{"apiName":"LPG-online","name":"LPG Online","landscapeLogo":null,"portraitLogo":null,"summary":"Latam Payment Group (LPG Online) specializes in the development of\\ntechnological solutions for the operation of eCommerce in the Latin American\\nmarket.\\n","description":"Latam Payment Group (LPG Online) specializes in the development of\\ntechnological solutions for the operation of eCommerce in the Latin American\\nmarket.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/LPG-online"}]},{"apiName":"LPG-payment-card","name":"LPG Payment Card","landscapeLogo":null,"portraitLogo":null,"summary":"The LPG Payment Card method.","description":"The LPG Payment Card method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/LPG-payment-card"}]},{"apiName":"Litecoin","name":"Litecoin","landscapeLogo":null,"portraitLogo":null,"summary":"Litecoin is a peer-to-peer cryptocurrency and open-source software project.","description":"Litecoin is a peer-to-peer cryptocurrency and open-source software project.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Litecoin"}]},{"apiName":"MTS","name":"MTS","landscapeLogo":null,"portraitLogo":null,"summary":"MTS allows users to make payments and money transfers from their e-wallet\\nthrough a smartphone or MTS website.\\n","description":"MTS allows users to make payments and money transfers from their e-wallet\\nthrough a smartphone or MTS website.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MTS"}]},{"apiName":"Matrix","name":"Matrix","landscapeLogo":null,"portraitLogo":null,"summary":"The Matrix method.","description":"The Matrix method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Matrix"}]},{"apiName":"MaxiCash","name":"MaxiCash","landscapeLogo":null,"portraitLogo":null,"summary":"The MaxiCash method.","description":"The MaxiCash method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"subset","values":["USD","ZAR"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MaxiCash"}]},{"apiName":"Megafon","name":"Megafon","landscapeLogo":null,"portraitLogo":null,"summary":"Megafon can be used to pay like a normal bank card online and in person at\\nphysical locations.\\n","description":"Megafon can be used to pay like a normal bank card online and in person at\\nphysical locations.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Megafon"}]},{"apiName":"MercadoPago","name":"MercadoPago","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/MercadoPago.svg","portraitLogo":null,"summary":"Mercado hosts the largest online commerce and payments ecosystem in Latin America. They are present in 18 countries including: Argentina, Brazil, Mexico, Colombia, Chile, Venezuela and Peru. [www.mercadopago.com](https://www.mercadopago.com/)\\n","description":"Mercado hosts the largest online commerce and payments ecosystem in Latin America. They are present in 18 countries including: Argentina, Brazil, Mexico, Colombia, Chile, Venezuela and Peru. [www.mercadopago.com](https://www.mercadopago.com/)\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MercadoPago"}]},{"apiName":"MiFinity-eWallet","name":"MiFinity-eWallet","landscapeLogo":null,"portraitLogo":null,"summary":"MiFinity eWallet allows users to send money from their account directly to a\\nrecipient's bank account.\\n","description":"MiFinity eWallet allows users to send money from their account directly to a\\nrecipient's bank account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MiFinity-eWallet"}]},{"apiName":"miscellaneous","name":"Miscellaneous","landscapeLogo":null,"portraitLogo":null,"summary":"The miscellaneous method.\\n","description":"The miscellaneous method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/miscellaneous"}]},{"apiName":"MobilePay","name":"MobilePay","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/MobilePay.svg","portraitLogo":null,"summary":"Fast, easy payments are handled with a simple swipe, and all that’s needed to make them is a phone number.\\n","description":"Fast, easy payments are handled with a simple swipe, and all that’s needed to make them is a phone number.\\n","countries":{"mode":"subset","values":["DK"]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"subset","values":["DKK"]},"recurringPayments":true,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MobilePay"}]},{"apiName":"Mollie","name":"Mollie","landscapeLogo":null,"portraitLogo":null,"summary":"The Mollie method.","description":"The Mollie method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Mollie"}]},{"apiName":"MuchBetter","name":"MuchBetter","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Muchbetter.svg","portraitLogo":null,"summary":"MuchBetter is a payment application with free transfers and multiple contact\\npayment devices.\\n","description":"MuchBetter is a payment application with free transfers and multiple contact\\npayment devices.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MuchBetter"}]},{"apiName":"MuchBetterVoucher","name":"MuchBetterVoucher","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Muchbetter.svg","portraitLogo":null,"summary":"MuchBetter is a payment application with free transfers and multiple contact\\npayment devices.\\n","description":"MuchBetter is a payment application with free transfers and multiple contact\\npayment devices.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MuchBetterVoucher"}]},{"apiName":"Multibanco","name":"Multibanco","landscapeLogo":null,"portraitLogo":null,"summary":"The Multibanco method.\\n","description":"The Multibanco method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Multibanco"}]},{"apiName":"MyFatoorah","name":"MyFatoorah","landscapeLogo":null,"portraitLogo":null,"summary":"The MyFatoorah method.","description":"The MyFatoorah method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MyFatoorah"}]},{"apiName":"Neosurf","name":"Neosurf","landscapeLogo":null,"portraitLogo":null,"summary":"Neosurf vouchers make online payments possible for thoe without bank accounts\\nor credit cards.\\n","description":"Neosurf vouchers make online payments possible for thoe without bank accounts\\nor credit cards.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":[],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Neosurf"}]},{"apiName":"Netbanking","name":"Netbanking","landscapeLogo":null,"portraitLogo":null,"summary":"Netbanking allows merchants to accept UPI transactions in India.","description":"Netbanking allows merchants to accept UPI transactions in India.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B"],"supportedCurrencies":{"mode":"subset","values":["INR"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[{"description":"Customer selects Netbanking at checkout"},{"description":"Customer is directed to Netbanking"}],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Netbanking"}]},{"apiName":"Neteller","name":"Neteller","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Neteller.svg","portraitLogo":null,"summary":"Neteller offers payments or withdrawals via bank transfer, member wires, money\\ntransfers, and merchant sites.\\n","description":"Neteller offers payments or withdrawals via bank transfer, member wires, money\\ntransfers, and merchant sites.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Neteller"}]},{"apiName":"Nordea-Solo","name":"Nordea Solo","landscapeLogo":null,"portraitLogo":null,"summary":"The Nordea Solo method.","description":"The Nordea Solo method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Nordea-Solo"}]},{"apiName":"NordikCoin","name":"NordikCoin","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/NordikCoin.svg","summary":"NordikCoin customers can buy Bitcoin in under 5 minutes.","description":"NordikCoin is a crypto currency exchange that specializes in Bitcoin.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR","NOK","SEK","DKK"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/NordikCoin"}]},{"apiName":"OXXO","name":"OXXO","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/OXXO.svg","portraitLogo":null,"summary":"OXXO is a Mexican convenience store chain with thousands of locations across\\nLatin America. OXXO enables customers to pay bills and online purchases with\\ncash.\\n","description":"OXXO is a Mexican convenience store chain with thousands of locations across\\nLatin America. OXXO enables customers to pay bills and online purchases with\\ncash.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["MXN"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/OXXO"}]},{"apiName":"OchaPay","name":"OchaPay","landscapeLogo":null,"portraitLogo":null,"summary":"The OchaPay method.","description":"The OchaPay method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/OchaPay"}]},{"apiName":"online-bank-transfer","name":"Online Bank Transfer","landscapeLogo":null,"portraitLogo":null,"summary":"An online bank transfer is an electronic funds transfer of money from one bank\\naccount to another.\\n","description":"An online bank transfer is an electronic funds transfer of money from one bank\\naccount to another.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/online-bank-transfer"}]},{"apiName":"Onlineueberweisen","name":"OnlineUeberweisen","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Onlineueberweisen.svg","portraitLogo":null,"summary":"OnlineUeberweisen is an online banking ePayment company located in Munich,\\nGermany.\\n","description":"OnlineUeberweisen is an online banking ePayment company located in Munich,\\nGermany.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Onlineueberweisen"}]},{"apiName":"oriental-wallet","name":"Oriental Wallet","landscapeLogo":null,"portraitLogo":null,"summary":"The Oriental Wallet method.","description":"The Oriental Wallet method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/oriental-wallet"}]},{"apiName":"P24","name":"P24","landscapeLogo":null,"portraitLogo":null,"summary":"Przelewy24 (P24) is a payment method in Poland that allows the transfer of funds\\nbetween more than 90,000 businesses and Polish banks.\\n","description":"Przelewy24 (P24) is a payment method in Poland that allows the transfer of funds\\nbetween more than 90,000 businesses and Polish banks.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["PLN"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/P24"}]},{"apiName":"PIX","name":"PIX","landscapeLogo":null,"portraitLogo":null,"summary":"PIX is a new payment method in Brazil for instant bank transfers and is\\noperated by Brazilian banks, digital accounts, and wallets.\\n","description":"PIX is a new payment method in Brazil for instant bank transfers and is\\noperated by Brazilian banks, digital accounts, and wallets.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PIX"}]},{"apiName":"POLi","name":"POLi","landscapeLogo":null,"portraitLogo":null,"summary":"The POLi method.","description":"The POLi method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/POLi"}]},{"apiName":"Pagadito","name":"Pagadito","landscapeLogo":null,"portraitLogo":null,"summary":"The Pagadito method.","description":"The Pagadito method.","countries":{"mode":"subset","values":["BZ","CR","DO","GT","HN","NI","PA","PR","SV","US"]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"subset","values":["USD","GTQ","HNL","NIO","CRC","PAB","DOP"]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Pagadito"}]},{"apiName":"PagoEffectivo","name":"PagoEffectivo","landscapeLogo":null,"portraitLogo":null,"summary":"The PagoEffectivo method.","description":"The PagoEffectivo method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PagoEffectivo"}]},{"apiName":"Pagsmile-deposit-express","name":"Pagsmile Deposit Express","landscapeLogo":null,"portraitLogo":null,"summary":"Pagsmile Deposit Express is a money transfer system. After an online purchase,\\nthe client can pay at a bank, ATM, or via internet banking.\\n","description":"Pagsmile Deposit Express is a money transfer system. After an online purchase,\\nthe client can pay at a bank, ATM, or via internet banking.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Pagsmile-deposit-express"}]},{"apiName":"Pagsmile-lottery","name":"Pagsmile Lottery","landscapeLogo":null,"portraitLogo":null,"summary":"Pagsmile Lottery offers betting services as well as banking services such as\\nwithdrawals, deposits, and bank checking.\\n","description":"Pagsmile Lottery offers betting services as well as banking services such as\\nwithdrawals, deposits, and bank checking.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Pagsmile-lottery"}]},{"apiName":"Pay4Fun","name":"Pay4Fun","landscapeLogo":null,"portraitLogo":null,"summary":"Pay4Fun is a prepaid e-wallet that is connected to a bank account and can be\\nused for deposits and withdrawls.\\n","description":"Pay4Fun is a prepaid e-wallet that is connected to a bank account and can be\\nused for deposits and withdrawls.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Pay4Fun"}]},{"apiName":"PayCash","name":"PayCash","landscapeLogo":null,"portraitLogo":null,"summary":"PayCash is an electronic payment platformfor making anonymous internet\\npurchases with cash via kiosks.\\n","description":"PayCash is an electronic payment platformfor making anonymous internet\\npurchases with cash via kiosks.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PayCash"}]},{"apiName":"PayRedeem","name":"PayRedeem","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/PayRedeem.svg","portraitLogo":null,"summary":"PayRedeem eCards can be purchased online with credit/debit card, wire transfer, cryptocurrency, and over 200 alternative payment methods.\\n","description":"PayRedeem eCards can be purchased online with credit/debit card, wire transfer, cryptocurrency, and over 200 alternative payment methods.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PayRedeem"}]},{"apiName":"PayTabs","name":"PayTabs","landscapeLogo":null,"portraitLogo":null,"summary":"The PayTabs method.","description":"The PayTabs method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PayTabs"}]},{"apiName":"PayU","name":"PayU","landscapeLogo":null,"portraitLogo":null,"summary":"The PayU method.","description":"The PayU method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PayU"}]},{"apiName":"PayULatam","name":"PayULatam","landscapeLogo":null,"portraitLogo":null,"summary":"The PayULatam method.","description":"The PayULatam method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PayULatam"}]},{"apiName":"Payco","name":"Payco","landscapeLogo":null,"portraitLogo":null,"summary":"Payco is one of the most popular forms of payment in South Korea and offers your shoppers convenience and familiarity when shopping online.\\n","description":"Payco is one of the most popular forms of payment in South Korea and offers your shoppers convenience and familiarity when shopping online.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":false,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Payco"}]},{"apiName":"Payeer","name":"Payeer","landscapeLogo":null,"portraitLogo":null,"summary":"Payeer is an e-wallet designed to manage cryptocurrencies and fiat currencies\\nwith a built-in payment exchange for systems such as MasterCard, VISA, or\\nPaypal.\\n","description":"Payeer is an e-wallet designed to manage cryptocurrencies and fiat currencies\\nwith a built-in payment exchange for systems such as MasterCard, VISA, or\\nPaypal.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Payeer"}]},{"apiName":"PaymentAsia-crypto","name":"PaymentAsia-crypto","landscapeLogo":null,"portraitLogo":null,"summary":"The PaymentAsia-crypto method.","description":"The PaymentAsia-crypto method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PaymentAsia-crypto"}]},{"apiName":"payment-card","name":"Payment Card","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/PaymentCard.svg","summary":"Payment cards are physical cards used for cashless payments and are issued by\\nfinancial institiutions, such as banks, to a customer.\\n","description":"Payment cards are physical cards used for cashless payments and are issued by\\nfinancial institiutions, such as banks, to a customer.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":true,"refunds":true,"disputes":true,"ux":[{"description":"Customer selects payment card at checkout"},{"description":"Customer enters payment card PAN"},{"description":"customer recieves payment confirmation"}],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/payment-card"}]},{"apiName":"Paymero-QR","name":"Paymero-QR","landscapeLogo":null,"portraitLogo":null,"summary":"Paymero-QR helps online merchants to accept alternative methods such as\\ncontactless payments through a QR code.\\n","description":"Paymero-QR helps online merchants to accept alternative methods such as\\ncontactless payments through a QR code.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Paymero-QR"}]},{"apiName":"Paymero","name":"Paymero","landscapeLogo":null,"portraitLogo":null,"summary":"Paymero is an instant bank transfer that allows customers to make UnionPay\\nbank transfers to merchants.\\n","description":"Paymero is an instant bank transfer that allows customers to make UnionPay\\nbank transfers to merchants.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":[],"supportedCurrencies":{"mode":"subset","values":["USD","THB"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Paymero"}]},{"apiName":"paypal","name":"Paypal","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Paypal.svg","portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Paypal.svg","summary":"Paypal is currently one of the most popular online payment processors, with\\nover 300 million account holders.\\n","description":"Paypal is currently one of the most popular online payment processors, with\\nover 300 million account holders.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/paypal"}]},{"apiName":"Paysafecard","name":"Paysafecard","landscapeLogo":null,"portraitLogo":null,"summary":"Paysafecard is a closed loop gift card that allows users to pay safely online.","description":"Paysafecard is a closed loop gift card that allows users to pay safely online.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Paysafecard"}]},{"apiName":"Paysafecash","name":"Paysafecash","landscapeLogo":null,"portraitLogo":null,"summary":"Paysafecash is an online payment method that allows users to make secure digital payments using cash.","description":"Paysafecash is an online payment method that allows users to make secure digital payments using cash.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Paysafecash"}]},{"apiName":"Perfect-money","name":"Perfect Money","landscapeLogo":null,"portraitLogo":null,"summary":"Perfect oney allows users to make instant payments and money transfers\\nsecurely online through an online portal.\\n","description":"Perfect oney allows users to make instant payments and money transfers\\nsecurely online through an online portal.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Perfect-money"}]},{"apiName":"phone","name":"Phone","landscapeLogo":null,"portraitLogo":null,"summary":"A phone is a telecommunications device that allows users to conduct a\\nconversation.\\n","description":"A phone is a telecommunications device that allows users to conduct a\\nconversation.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/phone"}]},{"apiName":"PhonePe","name":"PhonePe","landscapeLogo":null,"portraitLogo":null,"summary":"PhonePe is a digital wallet and online payments application that allows users\\nto make instant money transfers with UPI.\\n","description":"PhonePe is a digital wallet and online payments application that allows users\\nto make instant money transfers with UPI.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PhonePe"}]},{"apiName":"Piastrix","name":"Piastrix","landscapeLogo":null,"portraitLogo":null,"summary":"Piastrix is a Russian payment method that allows merchants to accept credit\\ncard purchases via e-wallet.\\n","description":"Piastrix is a Russian payment method that allows merchants to accept credit\\ncard purchases via e-wallet.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Piastrix"}]},{"apiName":"PinPay","name":"PinPay","landscapeLogo":null,"portraitLogo":null,"summary":"The PinPay method.","description":"The PinPay method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PinPay"}]},{"apiName":"QIWI","name":"QIWI","landscapeLogo":null,"portraitLogo":null,"summary":"QIWI is an e-wallet that allows users to transfer money, receive payments, and\\nhas over 149,000 kiosks and terminals.\\n","description":"QIWI is an e-wallet that allows users to transfer money, receive payments, and\\nhas over 149,000 kiosks and terminals.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/QIWI"}]},{"apiName":"QPay","name":"QPay","landscapeLogo":null,"portraitLogo":null,"summary":"The QPay method.\\n","description":"The QPay method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/QPay"}]},{"apiName":"QQPay","name":"QQPay","landscapeLogo":null,"portraitLogo":null,"summary":"QQPay is an e-wallet that allows users to pay for online services quickly an\\nsecurely.\\n","description":"QQPay is an e-wallet that allows users to pay for online services quickly an\\nsecurely.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/QQPay"}]},{"apiName":"Quickpay","name":"Quickpay","landscapeLogo":null,"portraitLogo":null,"summary":"The Quickpay method.","description":"The Quickpay method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Quickpay"}]},{"apiName":"rapyd-checkout","name":"Rapyd Checkout","landscapeLogo":null,"portraitLogo":null,"summary":"Rapyd Checkout is a platform that allows businesses to accept payment in the\\nform of instant UPI payments from bank accounts, e-wallets, and credit cards.\\n","description":"Rapyd Checkout is a platform that allows businesses to accept payment in the\\nform of instant UPI payments from bank accounts, e-wallets, and credit cards.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/rapyd-checkout"}]},{"apiName":"Resurs","name":"Resurs","landscapeLogo":null,"portraitLogo":null,"summary":"The Resurs method.","description":"The Resurs method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Resurs"}]},{"apiName":"Ripple","name":"Ripple","landscapeLogo":null,"portraitLogo":null,"summary":"Ripple is a blockchain-based digital payment network and protocol that uses\\nthe XRP Ledger blockchain and XRP. Ripple makes money by providing cross-border\\npayment and crypto liquidity services to businesses.\\n","description":"Ripple is a blockchain-based digital payment network and protocol that uses\\nthe XRP Ledger blockchain and XRP. Ripple makes money by providing cross-border\\npayment and crypto liquidity services to businesses.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Cryptocurrency","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Ripple"}]},{"apiName":"SEPA","name":"SEPA","landscapeLogo":null,"portraitLogo":null,"summary":"SEPA simplifies payments within the European Union and facilitates the direct\\ndebiting of every Euro-denominated bank account.\\n","description":"SEPA simplifies payments within the European Union and facilitates the direct\\ndebiting of every Euro-denominated bank account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":true,"refunds":true,"disputes":true,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/SEPA"}]},{"apiName":"SMSVoucher","name":"SMSVoucher","landscapeLogo":null,"portraitLogo":null,"summary":"SMS Voucher is a mobile voucher that can be used to transfer funds via a\\nmobile phone.\\n","description":"SMS Voucher is a mobile voucher that can be used to transfer funds via a\\nmobile phone.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/SMSVoucher"}]},{"apiName":"SPEI","name":"SPEI","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/spei.svg","portraitLogo":null,"summary":"SPEI allows its customers to send and receive interbank electronic\\ntransfers and obtain real-time payment confirmation in seconds.\\n","description":"SPEI allows its customers to send and receive interbank electronic\\ntransfers and obtain real-time payment confirmation in seconds.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["MXN"]},"recurringPayments":true,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/SPEI"}]},{"apiName":"SafetyPay","name":"SafetyPay","landscapeLogo":null,"portraitLogo":null,"summary":"SafetyPay operates the largest network of banks and cash collection points in Latin America, the result of 10+ years effort, with presence in 16 countries consolidated with 380 bank partners and 180,000 collection points.\\n","description":"SafetyPay operates the largest network of banks and cash collection points in Latin America, the result of 10+ years effort, with presence in 16 countries consolidated with 380 bank partners and 180,000 collection points.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/SafetyPay"}]},{"apiName":"Samsung Pay","name":"Samsung Pay","landscapeLogo":null,"portraitLogo":null,"summary":"Samsung Pay is a mobile payment and digital wallet service by Samsung Electronics that enables users to make payments using\\ncompatible phones and other Samsung-produced devices.\\n","description":"Samsung Pay is a mobile payment and digital wallet service by Samsung Electronics that enables users to make payments using\\ncompatible phones and other Samsung-produced devices.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":false,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Samsung%20Pay"}]},{"apiName":"Siirto","name":"Siirto","landscapeLogo":null,"portraitLogo":null,"summary":"Siirto allows users to transfer money easily to other Siirto users by using\\ntheir phone numbers.\\n","description":"Siirto allows users to transfer money easily to other Siirto users by using\\ntheir phone numbers.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Siirto"}]},{"apiName":"Skrill","name":"Skrill","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Skrill.svg","portraitLogo":null,"summary":"Skrill is a digital wallet for money transfers and online payments that offers\\na safe way to pay across different platforms.\\n","description":"Skrill is a digital wallet for money transfers and online payments that offers\\na safe way to pay across different platforms.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Skrill"}]},{"apiName":"Skrill Rapid Transfer","name":"Skrill Rapid Transfer","landscapeLogo":null,"portraitLogo":null,"summary":"Skrill Rapid Transfer allows users to deposit money into their Skrill wallet\\nor to pay online directly.\\n","description":"Skrill Rapid Transfer allows users to deposit money into their Skrill wallet\\nor to pay online directly.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Skrill%20Rapid%20Transfer"}]},{"apiName":"Sofort","name":"Sofort","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Sofort.svg","portraitLogo":null,"summary":"Sofort is a payment method acquired by Klarna that redirects customers to\\ninitiate a transfer with their bank.\\n","description":"Sofort is a payment method acquired by Klarna that redirects customers to\\ninitiate a transfer with their bank.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Sofort"}]},{"apiName":"SparkPay","name":"SparkPay","landscapeLogo":null,"portraitLogo":null,"summary":"The SparkPay method.","description":"The SparkPay method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/SparkPay"}]},{"apiName":"swift-dbt","name":"SWIFT Debit","landscapeLogo":null,"portraitLogo":null,"summary":"The SWIFT Debit method.","description":"The SWIFT Debit method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/swift-dbt"}]},{"apiName":"TWINT","name":"TWINT","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/TWINT.svg","portraitLogo":null,"summary":"TWINT allows customers to make convenient and secure payments via a smartpone.","description":"TWINT allows customers to make convenient and secure payments via a smartpone.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"subset","values":["CHF"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/TWINT"}]},{"apiName":"Tabby","name":"Tabby","landscapeLogo":null,"portraitLogo":null,"summary":"Tabby is MENA's biggest Buy Now Pay Later, letting merchants grow their business by offering their shoppers flexible payments.\\n","description":"Tabby is MENA's biggest Buy Now Pay Later, letting merchants grow their business by offering their shoppers flexible payments.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD","AED","SAR","KWD","BHD","QAR"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Tabby"}]},{"apiName":"Tele2","name":"Tele2","landscapeLogo":null,"portraitLogo":null,"summary":"Tele2 is an intergrated e-wallet that allows users to instantly receive\\ndigital payments frmi TalkBank.\\n","description":"Tele2 is an intergrated e-wallet that allows users to instantly receive\\ndigital payments frmi TalkBank.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Tele2"}]},{"apiName":"Telr","name":"Telr","landscapeLogo":null,"portraitLogo":null,"summary":"The Telr method.","description":"The Telr method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Telr"}]},{"apiName":"Terminaly-RF","name":"Terminaly RF","landscapeLogo":null,"portraitLogo":null,"summary":"The Terminaly RF method.","description":"The Terminaly RF method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Terminaly-RF"}]},{"apiName":"Tether","name":"Tether","landscapeLogo":null,"portraitLogo":null,"summary":"Tether is a cryptocurrency with tokens issued by Tether Limited.","description":"Tether is a cryptocurrency with tokens issued by Tether Limited.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Tether"}]},{"apiName":"ToditoCash-card","name":"ToditoCash Card","landscapeLogo":null,"portraitLogo":null,"summary":"ToditoCash Card is a prepaid card service used in Mexico that allows customers\\nto use the card for purchasing goods and services online.\\n","description":"ToditoCash Card is a prepaid card service used in Mexico that allows customers\\nto use the card for purchasing goods and services online.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ToditoCash-card"}]},{"apiName":"Trustly","name":"Trustly","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Trustly.svg","portraitLogo":null,"summary":"Trustly an open banking payment method that allows customers to shop and pay\\nfrom their online bank account, without the use of a card or app.\\n","description":"Trustly an open banking payment method that allows customers to shop and pay\\nfrom their online bank account, without the use of a card or app.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Trustly"}]},{"apiName":"Tupay","name":"Tupay","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Tupay.svg","portraitLogo":null,"summary":"Tupay is a one-stop-shop payment platform. It enables you to make everyday purchases in an easy, convenient, and secure manner through your favorite wallets.\\nPay seamlessly, in-app, from anywhere your money is. Whether it is mobile money, a card, or bank without the need to transfer to various wallets.\\n","description":"Tupay is a one-stop-shop payment platform. It enables you to make everyday purchases in an easy, convenient, and secure manner through your favorite wallets.\\nPay seamlessly, in-app, from anywhere your money is. Whether it is mobile money, a card, or bank without the need to transfer to various wallets.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Tupay"}]},{"apiName":"UPI","name":"UPI","landscapeLogo":null,"portraitLogo":null,"summary":"Unified Payments Interface (UPI) is a payment system that powers multiple bank\\naccounts into a single mobile application.\\n","description":"Unified Payments Interface (UPI) is a payment system that powers multiple bank\\naccounts into a single mobile application.\\n","countries":{"mode":"subset","values":["IN"]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/UPI"}]},{"apiName":"UPayCard","name":"UPayCard","landscapeLogo":null,"portraitLogo":null,"summary":"The UPayCard method.","description":"The UPayCard method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/UPayCard"}]},{"apiName":"USD-coin","name":"USD coin","landscapeLogo":null,"portraitLogo":null,"summary":"The USD coin (USDC ERC20) method.\\n","description":"The USD coin (USDC ERC20) method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/USD-coin"}]},{"apiName":"UniCrypt","name":"UniCrypt","landscapeLogo":null,"portraitLogo":null,"summary":"The UniCrypt method.","description":"The UniCrypt method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/UniCrypt"}]},{"apiName":"VCreditos","name":"VCreditos","landscapeLogo":null,"portraitLogo":null,"summary":"VCreditos is an e-wallet for online transfers and withdrawals. The customer\\ncan acquire exclusive advantages, points, and benefits.\\n","description":"VCreditos is an e-wallet for online transfers and withdrawals. The customer\\ncan acquire exclusive advantages, points, and benefits.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/VCreditos"}]},{"apiName":"VegaWallet","name":"VegaWallet","landscapeLogo":null,"portraitLogo":null,"summary":"VegaWallet is an e-wallet that allows users to purchase, receive, send, and convert funds (points) between users and merchants.\\n","description":"VegaWallet is an e-wallet that allows users to purchase, receive, send, and convert funds (points) between users and merchants.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/VegaWallet"}]},{"apiName":"VenusPoint","name":"VenusPoint","landscapeLogo":null,"portraitLogo":null,"summary":"The VenusPoint method.","description":"The VenusPoint method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/VenusPoint"}]},{"apiName":"Viva","name":"Viva","landscapeLogo":null,"portraitLogo":null,"summary":"The Viva method.","description":"The Viva method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Viva"}]},{"apiName":"voucher","name":"Voucher","landscapeLogo":null,"portraitLogo":null,"summary":"The voucher method.\\n","description":"The voucher method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/voucher"}]},{"apiName":"Wallet88","name":"Wallet88","landscapeLogo":null,"portraitLogo":null,"summary":"Wallet88 payment method.","description":"Wallet88 payment method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"E-Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Wallet88"}]},{"apiName":"WeChat Pay","name":"WeChat Pay","landscapeLogo":null,"portraitLogo":null,"summary":"WeChat Pay is an e-Wallet within the Chinese social media app WeChat.","description":"WeChat Pay is an e-Wallet within the Chinese social media app WeChat.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/WeChat%20Pay"}]},{"apiName":"Webmoney","name":"Webmoney","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Webmoney.svg","portraitLogo":null,"summary":"The Webmoney method.","description":"The Webmoney method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Webmoney"}]},{"apiName":"Webpay","name":"Webpay","landscapeLogo":null,"portraitLogo":null,"summary":"The Webpay method.","description":"The Webpay method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Webpay"}]},{"apiName":"Webpay Card","name":"Webpay Card","landscapeLogo":null,"portraitLogo":null,"summary":"Webpay Card allows consumers in Chile to securely use their debit and credit\\ncards online.\\n","description":"Webpay Card allows consumers in Chile to securely use their debit and credit\\ncards online.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Webpay%20Card"}]},{"apiName":"XPay-P2P","name":"XPay-P2P","landscapeLogo":null,"portraitLogo":null,"summary":"XPAY-P2P is a payment service provider with online merchant services & payment\\ngateway integration for retailers.\\n","description":"XPAY-P2P is a payment service provider with online merchant services & payment\\ngateway integration for retailers.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/XPay-P2P"}]},{"apiName":"XPay-QR","name":"XPay-QR","landscapeLogo":null,"portraitLogo":null,"summary":"XPay-QR is a contactless payment method where payments are completed by\\nscannign a QR code from a mobile app.\\n","description":"XPay-QR is a contactless payment method where payments are completed by\\nscannign a QR code from a mobile app.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/XPay-QR"}]},{"apiName":"Yandex-money","name":"Yandex Money","landscapeLogo":null,"portraitLogo":null,"summary":"Yandex Money serves both merchants and individual users as the largest\\nelectronic payment service in Russia.\\n","description":"Yandex Money serves both merchants and individual users as the largest\\nelectronic payment service in Russia.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Yandex-money"}]},{"apiName":"Zimpler","name":"Zimpler","landscapeLogo":null,"portraitLogo":null,"summary":"The Zimpler method.","description":"The Zimpler method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Zimpler"}]},{"apiName":"Zip","name":"Zip","landscapeLogo":null,"portraitLogo":null,"summary":"Zip offers one of the leading buy now, pay later services in Australia through their Zip Pay and Zip Money products.\\n","description":"Zip offers one of the leading buy now, pay later services in Australia through their Zip Pay and Zip Money products.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Zip"}]},{"apiName":"Zotapay","name":"Zotapay","landscapeLogo":null,"portraitLogo":null,"summary":"Zotapay is a global payment service provider that facilitates online payment\\nprocessing solutions for emerging markets worldwide.\\n","description":"Zotapay is a global payment service provider that facilitates online payment\\nprocessing solutions for emerging markets worldwide.\\n","countries":{"mode":"all","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Zotapay"}]},{"apiName":"ePay.bg","name":"ePay.bg","landscapeLogo":null,"portraitLogo":null,"summary":"ePay.bg is a free mobile application allowing customers to pay and receive\\nmoney quickly and safely.\\n","description":"ePay.bg is a free mobile application allowing customers to pay and receive\\nmoney quickly and safely.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ePay.bg"}]},{"apiName":"ePayCard","name":"ePayCard","landscapeLogo":null,"portraitLogo":null,"summary":"ePay is a free mobile application that provides a quick and safe way to pay and receive money.\\n","description":"ePay is a free mobile application that provides a quick and safe way to pay and receive money.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ePayCard"}]},{"apiName":"ezyEFT","name":"ezyEFT","landscapeLogo":null,"portraitLogo":null,"summary":"ezyEFT is an easy to use software application that offers customers the option\\nof paying by direct debit.\\n","description":"ezyEFT is an easy to use software application that offers customers the option\\nof paying by direct debit.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["CAD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ezyEFT"}]},{"apiName":"iCashOne Voucher","name":"iCashOne Voucher","landscapeLogo":null,"portraitLogo":null,"summary":"Prepaid vouchers that can be used for online payments without linking to a bank account.\\n","description":"Prepaid vouchers that can be used for online payments without linking to a bank account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/iCashOne%20Voucher"}]},{"apiName":"loonie","name":"loonie","landscapeLogo":null,"portraitLogo":null,"summary":"The loonie method.","description":"The loonie method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/loonie"}]}]`);
13377
+ const paymentMethods = /* @__PURE__ */ JSON.parse(`[{"apiName":"ach","name":"ACH","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/BankAccount.svg","summary":"ACH is a network used for processing transactions across the United States.","description":"ACH is a network used for processing transactions across the United States.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[{"description":"Customer selects ACH debit at checkout"},{"description":"Enters bank details"},{"description":"Recieves payment initiation confirmaiton"}],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ach"}]},{"apiName":"AdvCash","name":"AdvCash","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/AdvCash.svg","summary":"AdvCash is an online payment system offering prepaid cards for individuals and\\nonline businesses.\\n","description":"AdvCash is an online payment system offering prepaid cards for individuals and\\nonline businesses.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD","EUR","RUB","UAH","KZT","BRL","TRY"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/AdvCash"}]},{"apiName":"Aera","name":"Aera","landscapeLogo":null,"portraitLogo":null,"summary":"Set up Aera Wallet in your app to let customers pay in-store and online, and recognize them at every interaction.\\n","description":"Set up Aera Wallet in your app to let customers pay in-store and online, and recognize them at every interaction.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Aera"}]},{"apiName":"Affirm","name":"Affirm","landscapeLogo":null,"portraitLogo":null,"summary":"Affirm is an American buy now, pay later solution allowing shoppers in the US, Canada, and the UK to pay for their purchases in installments.\\n","description":"Affirm is an American buy now, pay later solution allowing shoppers in the US, Canada, and the UK to pay for their purchases in installments.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Affirm"}]},{"apiName":"Afterpay","name":"Afterpay","landscapeLogo":null,"portraitLogo":null,"summary":"Afterpay is a popular buy now, pay later service in Australia, Canada, and New Zealand.\\n","description":"Afterpay is a popular buy now, pay later service in Australia, Canada, and New Zealand.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Afterpay"}]},{"apiName":"Aircash","name":"Aircash","landscapeLogo":null,"portraitLogo":null,"summary":"Aircash is a mobile payment wallet that allows customers to pay for goods and services using their mobile phone.\\n","description":"Aircash is a mobile payment wallet that allows customers to pay for goods and services using their mobile phone.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Aircash"}]},{"apiName":"Airpay","name":"Airpay","landscapeLogo":null,"portraitLogo":null,"summary":"Airpay is an e-wallet that elevates you to an easier and more convenient\\nlifestyle with all in one services.\\n","description":"Airpay is an e-wallet that elevates you to an easier and more convenient\\nlifestyle with all in one services.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[{"description":"Customer selects Airpay at checkout"},{"description":"Customer is redirected to Rebilly hosted page"},{"description":"customer is redirected to AirPay to complete payment"}],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Airpay"}]},{"apiName":"Alfa-click","name":"Alfa-click","landscapeLogo":null,"portraitLogo":null,"summary":"Alfa-click combines digital and physical payment experiences and is among the\\nhighest ranking Russian private banks.\\n","description":"Alfa-click combines digital and physical payment experiences and is among the\\nhighest ranking Russian private banks.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD","EUR","GBP","CHF"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Alfa-click"}]},{"apiName":"Alipay","name":"Alipay","landscapeLogo":null,"portraitLogo":null,"summary":"Alipay is the most popular e-wallet and payment platform in Asia. Millions of\\ntransactions are processed each day in China.\\n","description":"Alipay is the most popular e-wallet and payment platform in Asia. Millions of\\ntransactions are processed each day in China.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["USD","AUD","CAD","CNY","EUR","GBP","HKD","JPY","MYR","NZD"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Alipay"}]},{"apiName":"AmazonPay","name":"AmazonPay","landscapeLogo":null,"portraitLogo":null,"summary":"The AmazonPay method.","description":"The AmazonPay method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/AmazonPay"}]},{"apiName":"Apple Pay","name":"Apple Pay","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Applepay.svg","portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Applepay.svg","summary":"Apple Pay is a digital wallet that also allows users to make payments in\\nperson using a one-step payment process.\\n","description":"Apple Pay is a digital wallet that also allows users to make payments in\\nperson using a one-step payment process.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":false,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":true,"disputes":true,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Apple%20Pay"}]},{"apiName":"AstroPay Card","name":"AstroPay Card","landscapeLogo":null,"portraitLogo":null,"summary":"AstroPay Card allows consumers to purchase online at international websites,\\nusing the most effective local payment methods in local currency.\\n","description":"AstroPay Card allows consumers to purchase online at international websites,\\nusing the most effective local payment methods in local currency.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/AstroPay%20Card"}]},{"apiName":"AstroPay-GO","name":"AstroPay Go","landscapeLogo":null,"portraitLogo":null,"summary":"AstroPay allows consumers to purchase online at international websites, using\\nthe most effective local payment methods in local currency.\\n","description":"AstroPay allows consumers to purchase online at international websites, using\\nthe most effective local payment methods in local currency.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/AstroPay-GO"}]},{"apiName":"BVNK","name":"BVNK","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/BVNK.svg","summary":"BVNK provides stablecoin payments infrastructure, unifying banks and blockchains in a single API platform, to accelerate global money movement.","description":"BVNK provides stablecoin payments infrastructure, unifying banks and blockchains in a single API platform, to accelerate global money movement.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Cryptocurrency","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/BVNK"}]},{"apiName":"Baloto","name":"Baloto","landscapeLogo":null,"portraitLogo":null,"summary":"Baloto is Colombia's largest lottery and payment service and is used by 80% of\\nthe Colombian population.\\n","description":"Baloto is Colombia's largest lottery and payment service and is used by 80% of\\nthe Colombian population.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Baloto"}]},{"apiName":"Bancontact-mobile","name":"Bancontact-mobile","landscapeLogo":null,"portraitLogo":null,"summary":"Bancontact mobile allows the shopper to complete a payment with the mobile\\napp. installed on their device.\\n","description":"Bancontact mobile allows the shopper to complete a payment with the mobile\\napp. installed on their device.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Bancontact-mobile"}]},{"apiName":"Bancontact","name":"Bancontact","landscapeLogo":null,"portraitLogo":null,"summary":"Bancontact is a payment system offered by more than 80% of online Belgian\\nbusinesses and functions like a regular card payment.\\n","description":"Bancontact is a payment system offered by more than 80% of online Belgian\\nbusinesses and functions like a regular card payment.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Bancontact"}]},{"apiName":"BankReferenced","name":"BankReferenced","landscapeLogo":null,"portraitLogo":null,"summary":"The BankReferenced method.","description":"The BankReferenced method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/BankReferenced"}]},{"apiName":"BankSEND","name":"BankSEND","landscapeLogo":null,"portraitLogo":null,"summary":"With the BankSEND platform, customers pay with their online banking data using direct bank transfer.\\n","description":"With the BankSEND platform, customers pay with their online banking data using direct bank transfer.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["CAD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/BankSEND"}]},{"apiName":"bank-transfer","name":"Bank Transfer","landscapeLogo":null,"portraitLogo":null,"summary":"A bank transfer is the direct, electronic transfer of funds from one bank\\naccount to another.\\n","description":"A bank transfer is the direct, electronic transfer of funds from one bank\\naccount to another.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[{"description":"Customer selects ACH debit at checkout"},{"description":"Enters bank details"},{"description":"Recieves payment initiation confirmaiton"}],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/bank-transfer"}]},{"apiName":"Beeline","name":"Beeline","landscapeLogo":null,"portraitLogo":null,"summary":"Beeline offers a universal payment card and a mobile prepaid network system\\nthat allows money transfers between Beeline subscribers.\\n","description":"Beeline offers a universal payment card and a mobile prepaid network system\\nthat allows money transfers between Beeline subscribers.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet + Card","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["AMD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Beeline"}]},{"apiName":"Belfius-direct-net","name":"Belfius Direct Net","landscapeLogo":null,"portraitLogo":null,"summary":"Belfius is one of the leading online private banks in Belgium. They are used\\nby 1 in 3 Belgians and have over 3.6 million customers.\\n","description":"Belfius is one of the leading online private banks in Belgium. They are used\\nby 1 in 3 Belgians and have over 3.6 million customers.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Belfius-direct-net"}]},{"apiName":"bitcoin","name":"Bitcoin","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Bitcoin.svg","portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Bitcoin.svg","summary":"Bitcoin payment method provides a borderless payment network and a seamless\\ntransfer of bitcoins from anywhere in the world through any online devices.\\n","description":"Bitcoin payment method provides a borderless payment network and a seamless\\ntransfer of bitcoins from anywhere in the world through any online devices.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Cryptocurrency","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/bitcoin"}]},{"apiName":"Bizum","name":"Bizum","landscapeLogo":null,"portraitLogo":null,"summary":"Bizum is the immediate, fast, convenient and universal mobile payment solution promoted by Spanish banks.","description":"Bizum is the immediate, fast, convenient and universal mobile payment solution promoted by Spanish banks.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Bizum"}]},{"apiName":"Blik","name":"Blik","landscapeLogo":null,"portraitLogo":null,"summary":"Blik is a Polish payment system that allows users to make instant payments and\\nwithdraw cash using a mobile banking app.\\n","description":"Blik is a Polish payment system that allows users to make instant payments and\\nwithdraw cash using a mobile banking app.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["PLN"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Blik"}]},{"apiName":"Boleto","name":"Boleto","landscapeLogo":null,"portraitLogo":null,"summary":"Boleto is Brazil's most popular cash-based payment method. It's the only\\npayment option available for 35% of Brazillian consumers without a bank\\naccount.\\n","description":"Boleto is Brazil's most popular cash-based payment method. It's the only\\npayment option available for 35% of Brazillian consumers without a bank\\naccount.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Boleto"}]},{"apiName":"CASHlib","name":"CASHlib","landscapeLogo":null,"portraitLogo":null,"summary":"CASHlib is a voucher based payment method that allows you to make online\\npayments without the need of a credit or debit card.\\n","description":"CASHlib is a voucher based payment method that allows you to make online\\npayments without the need of a credit or debit card.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/CASHlib"}]},{"apiName":"CCAvenue","name":"CCAvenue","landscapeLogo":"https://app.rebilly.com/static/payment-methods/portrait/PaymentCard.svg","portraitLogo":null,"summary":"CCAvenue Checkout offers a smooth, fast and frictionless buying experience.\\n","description":"CCAvenue Checkout offers a smooth, fast and frictionless buying experience.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/CCAvenue"}]},{"apiName":"CODVoucher","name":"CODVoucher","landscapeLogo":null,"portraitLogo":null,"summary":"CODVoucher offers a digital voucher that the customer can scan at an\\nauthorized location and pay with cash.\\n","description":"CODVoucher offers a digital voucher that the customer can scan at an\\nauthorized location and pay with cash.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/CODVoucher"}]},{"apiName":"cash","name":"Cash","landscapeLogo":null,"portraitLogo":null,"summary":"Cash is money in a physical form like coins or notes.","description":"Cash is money in a physical form like coins or notes.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Cash","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":true,"disputes":true,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/cash"}]},{"apiName":"cash-deposit","name":"Cash Deposit","landscapeLogo":null,"portraitLogo":null,"summary":"A cash deposit is money put into a bank account in the form of cash, checks,\\nor bank transfers.\\n","description":"A cash deposit is money put into a bank account in the form of cash, checks,\\nor bank transfers.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/cash-deposit"}]},{"apiName":"CashToCode","name":"CashToCode","landscapeLogo":null,"portraitLogo":null,"summary":"CashToCode is an instant cash payment service that does not require a bank\\naccount or credit card.\\n","description":"CashToCode is an instant cash payment service that does not require a bank\\naccount or credit card.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/CashToCode"}]},{"apiName":"Cashterminal","name":"Cash Terminal","landscapeLogo":null,"portraitLogo":null,"summary":"A Bulgarian based service, which provides the ability to pay in cash and in real time.\\n","description":"A Bulgarian based service, which provides the ability to pay in cash and in real time.\\n","countries":{"mode":"subset","values":["BG"]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["BGN"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Cashterminal"}]},{"apiName":"check","name":"Check","landscapeLogo":null,"portraitLogo":null,"summary":"Checks are physical documents that direct a bank to pay a specific amount of\\nmoney to the recipient of the check.\\n","description":"Checks are physical documents that direct a bank to pay a specific amount of\\nmoney to the recipient of the check.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Check","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/check"}]},{"apiName":"China UnionPay","name":"China UnionPay","landscapeLogo":null,"portraitLogo":null,"summary":"China UnionPay is the largest card scheme in China while also offering mobile\\nand online payments. China UnionPay has over 7 billion cards in use and is\\nconnected to all the ATMs across the country.\\n","description":"China UnionPay is the largest card scheme in China while also offering mobile\\nand online payments. China UnionPay has over 7 billion cards in use and is\\nconnected to all the ATMs across the country.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":false,"isSingleUse":false,"type":"Wallet + Card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/China%20UnionPay"}]},{"apiName":"Clearpay","name":"Clearpay","landscapeLogo":null,"portraitLogo":null,"summary":"Clearpay is a popular buy now, pay later service in the United Kingdom.\\n","description":"Clearpay is a popular buy now, pay later service in the United Kingdom.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Clearpay"}]},{"apiName":"Conekta-oxxo","name":"Conekta OXXO","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/ConektaOxxo.svg","portraitLogo":null,"summary":"Conekta OXXO Pay allows customers to purchase online or instore with a\\ncash-based voucher. 30% of transactions in Mexico are with OXXO and they offer\\nreal-time payment confirmation.\\n","description":"Conekta OXXO Pay allows customers to purchase online or instore with a\\ncash-based voucher. 30% of transactions in Mexico are with OXXO and they offer\\nreal-time payment confirmation.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["MXN"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Conekta-oxxo"}]},{"apiName":"Conekta-spei","name":"Conekta SPEI","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/ConektaOxxo.svg","portraitLogo":null,"summary":"Conekta SPEI allows its customers to send and receive interbank electronic\\ntransfers and obtain real-time payment confirmation in seconds.\\n","description":"Conekta SPEI allows its customers to send and receive interbank electronic\\ntransfers and obtain real-time payment confirmation in seconds.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["MXN"]},"recurringPayments":true,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Conekta-spei"}]},{"apiName":"cryptocurrency","name":"Cryptocurrency","landscapeLogo":null,"portraitLogo":null,"summary":"Cryptocurrency is a decentralized, digital currency based on blockchain\\ntechnology which makes it nearly impossible to counterfeit or double-spend.\\n","description":"Cryptocurrency is a decentralized, digital currency based on blockchain\\ntechnology which makes it nearly impossible to counterfeit or double-spend.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Cryptocurrency","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/cryptocurrency"}]},{"apiName":"Cupon-de-pagos","name":"Cupon de Pagos","landscapeLogo":null,"portraitLogo":null,"summary":"The Cupon de Pagos method.","description":"The Cupon de Pagos method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Cupon-de-pagos"}]},{"apiName":"CyberSource","name":"CyberSource","landscapeLogo":null,"portraitLogo":null,"summary":"CyberSource ia an e-commerce credit card payment system that allows customers\\nto process online payments.\\n","description":"CyberSource ia an e-commerce credit card payment system that allows customers\\nto process online payments.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["USD","LBP"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/CyberSource"}]},{"apiName":"Dimoco-pay-smart","name":"Dimoco pay smart","landscapeLogo":null,"portraitLogo":null,"summary":"The Dimoco pay smart method.\\n","description":"The Dimoco pay smart method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Dimoco-pay-smart"}]},{"apiName":"Directa24Card","name":"Directa24Card","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Directa24Card.svg","portraitLogo":null,"summary":"Directa24 was formerly known as Astropay and specialized in Latin American local payment methods. They have expanded to include other emerging markets.\\n","description":"Directa24 was formerly known as Astropay and specialized in Latin American local payment methods. They have expanded to include other emerging markets.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Directa24Card"}]},{"apiName":"domestic-cards","name":"Domestic Cards","landscapeLogo":null,"portraitLogo":null,"summary":"The Domestic Cards method.","description":"The Domestic Cards method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/domestic-cards"}]},{"apiName":"EPS","name":"EPS","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/EPS.svg","portraitLogo":null,"summary":"EPS is an online transfer payment method accepted by 80% of all online\\nbusinesses in Austria.\\n","description":"EPS is an online transfer payment method accepted by 80% of all online\\nbusinesses in Austria.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/EPS"}]},{"apiName":"e-wallet","name":"eWallet","landscapeLogo":null,"portraitLogo":null,"summary":"An e-Wallet is an electronic system that securely stores payment information\\nthat allows for quick and easy digital transactions.\\n","description":"An e-Wallet is an electronic system that securely stores payment information\\nthat allows for quick and easy digital transactions.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/e-wallet"}]},{"apiName":"eZeeWallet","name":"eZeeWallet","landscapeLogo":null,"portraitLogo":null,"summary":"eZeeWallet is a digital wallet that offers secure, customer-focused payment services that make paying\\nand getting paid simple and hassle-free.\\n","description":"eZeeWallet is a digital wallet that offers secure, customer-focused payment services that make paying\\nand getting paid simple and hassle-free.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/eZeeWallet"}]},{"apiName":"echeck","name":"eCheck","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Echeck.svg","portraitLogo":null,"summary":"An eCheck is a digital version of a traditional paper check.","description":"An eCheck is a digital version of a traditional paper check.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":false,"isSingleUse":false,"type":"Check","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/echeck"}]},{"apiName":"ecoPayz","name":"ecoPayz","landscapeLogo":null,"portraitLogo":null,"summary":"ecoPAYZ is one of the oldest e-wallets and allows its customers to receive,\\nsend, and spend money worldwide all from one online account.\\n","description":"ecoPAYZ is one of the oldest e-wallets and allows its customers to receive,\\nsend, and spend money worldwide all from one online account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet + Card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ecoPayz"}]},{"apiName":"ecoPayzTurkey","name":"ecoPayzTurkey","landscapeLogo":null,"portraitLogo":null,"summary":"ecoPAYZ is one of the oldest e-wallets, offering customers the ability to receive,\\nsend, and spend money worldwide from a single online account.\\n","description":"ecoPAYZ is one of the oldest e-wallets, offering customers the ability to receive,\\nsend, and spend money worldwide from a single online account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ecoPayzTurkey"}]},{"apiName":"ecoVoucher","name":"ecoVoucher","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Ecovoucher.svg","portraitLogo":null,"summary":"ecoVoucher is offered by ecoPayz and is a prepaid payment method that allows\\ncustomers to pay online securely.\\n","description":"ecoVoucher is offered by ecoPayz and is a prepaid payment method that allows\\ncustomers to pay online securely.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ecoVoucher"}]},{"apiName":"Efecty","name":"Efecty","landscapeLogo":null,"portraitLogo":null,"summary":"Efecty is a Colombian-based offline cash payment voucher option. It is one of\\nthe most popular payment methods in Colombia to pay utility bills and online\\npurchases.\\n","description":"Efecty is a Colombian-based offline cash payment voucher option. It is one of\\nthe most popular payment methods in Colombia to pay utility bills and online\\npurchases.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["COP"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Efecty"}]},{"apiName":"Ethereum","name":"Ethereum","landscapeLogo":null,"portraitLogo":null,"summary":"Ethereum is a decentralizaed blockchain platform that offers open access to\\ndigital money and data-friendly services. It is the second largest\\ncryptocurrency in the market after Bitcoin.\\n","description":"Ethereum is a decentralizaed blockchain platform that offers open access to\\ndigital money and data-friendly services. It is the second largest\\ncryptocurrency in the market after Bitcoin.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Cryptocurrency","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Ethereum"}]},{"apiName":"FasterPay","name":"FasterPay","landscapeLogo":null,"portraitLogo":null,"summary":"The FasterPay method\\n","description":"The FasterPay method\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"subset","values":["USD","EUR","GBP","CAD","DKK","NOK","SEK","CHF","CZK","HKD","PLN","SGD","NZD","HUF","JPY","AUD"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/FasterPay"}]},{"apiName":"Flexepin","name":"Flexepin","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Flexepin.svg","portraitLogo":null,"summary":"Flexepin is owned and operated by FlexeWallet and their vouchers are issued\\nunder an Australian Financial Services License.\\n","description":"Flexepin is owned and operated by FlexeWallet and their vouchers are issued\\nunder an Australian Financial Services License.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Flexepin"}]},{"apiName":"Giropay","name":"Giropay","landscapeLogo":null,"portraitLogo":null,"summary":"Giropay is an online payment method offered by more than 1,500 banks in\\nGermany. Giropay uses real-time bank transfers and thier payments are 100%\\nguaranteed.\\n","description":"Giropay is an online payment method offered by more than 1,500 banks in\\nGermany. Giropay uses real-time bank transfers and thier payments are 100%\\nguaranteed.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Giropay"}]},{"apiName":"Google Pay","name":"Google Pay","landscapeLogo":null,"portraitLogo":null,"summary":"Google Pay enables customers to pay with any payment method that is saved to\\ntheir Google account.\\n","description":"Google Pay enables customers to pay with any payment method that is saved to\\ntheir Google account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":false,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":true,"refunds":true,"disputes":true,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Google%20Pay"}]},{"apiName":"Gpaysafe","name":"Gpaysafe","landscapeLogo":null,"portraitLogo":null,"summary":"Gpaysafe allows merchants to do business globally with a single API solution.","description":"Gpaysafe allows merchants to do business globally with a single API solution.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2B"],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Gpaysafe"}]},{"apiName":"iDEAL","name":"iDEAL","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/iDEAL.svg","summary":"iDEAL allows customers to complete transactions online using their bank\\ncredentials. It is the most popular payment method in the Netherlands with a\\nuse of nearly 55%.\\n","description":"iDEAL allows customers to complete transactions online using their bank\\ncredentials. It is the most popular payment method in the Netherlands with a\\nuse of nearly 55%.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/iDEAL"}]},{"apiName":"iDebit","name":"iDebit","landscapeLogo":null,"portraitLogo":null,"summary":"iDebit is an online banking based payment method made available to consumers\\nin Canada, connecting them to secure, real-time payments without a credit\\ncard.\\n","description":"iDebit is an online banking based payment method made available to consumers\\nin Canada, connecting them to secure, real-time payments without a credit\\ncard.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/iDebit"}]},{"apiName":"ING-homepay","name":"ING Homepay","landscapeLogo":null,"portraitLogo":null,"summary":"ING Homepay is an online payment method that allows payments over online\\nbanking with the Belgian ING branch.\\n","description":"ING Homepay is an online payment method that allows payments over online\\nbanking with the Belgian ING branch.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":true,"disputes":true,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ING-homepay"}]},{"apiName":"INOVAPAY-pin","name":"INOVAPAY Pin","landscapeLogo":null,"portraitLogo":null,"summary":"The INOVAPAY Pin method.","description":"The INOVAPAY Pin method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/INOVAPAY-pin"}]},{"apiName":"INOVAPAY-wallet","name":"INOVAPAY Wallet","landscapeLogo":null,"portraitLogo":null,"summary":"INOVAPAY Wallet is an international e-money transfer service used to transfer\\nmoney to and from merchants.\\n","description":"INOVAPAY Wallet is an international e-money transfer service used to transfer\\nmoney to and from merchants.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/INOVAPAY-wallet"}]},{"apiName":"InstaDebit","name":"InsataDebit","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Instadebit.svg","portraitLogo":null,"summary":"The InstaDebit method.\\n","description":"The InstaDebit method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/InstaDebit"}]},{"apiName":"instant-bank-transfer","name":"Instant Bank Transfer","landscapeLogo":null,"portraitLogo":null,"summary":"Instant bank transfers allow consumers to make payments instantly. Both\\nconsumers and merchants can receive and send funds immediately.\\n","description":"Instant bank transfers allow consumers to make payments instantly. Both\\nconsumers and merchants can receive and send funds immediately.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":true,"refunds":true,"disputes":true,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/instant-bank-transfer"}]},{"apiName":"Instant Banking","name":"Instant Banking","landscapeLogo":null,"portraitLogo":null,"summary":"Instant Banking enables consumers to make payments to merchants using funds from their bank account.\\n","description":"Instant Banking enables consumers to make payments to merchants using funds from their bank account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Instant%20Banking"}]},{"apiName":"InstantPayments","name":"Instant Payments","landscapeLogo":null,"portraitLogo":null,"summary":"Instant Payments enables consumers to make payments to merchants using funds from their bank account.\\n","description":"Instant Payments enables consumers to make payments to merchants using funds from their bank account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/InstantPayments"}]},{"apiName":"Interac","name":"Interac","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Interac.svg","summary":"Interac is a Canadian debit card system that allows funds to be sent via its\\ne-Transfer service.\\n","description":"Interac is a Canadian debit card system that allows funds to be sent via its\\ne-Transfer service.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["CAD"]},"recurringPayments":false,"refunds":true,"disputes":true,"ux":[{"description":"Customer selects Interac at checkout"},{"description":"Customer selects their bank"},{"description":"The available Interac methods are displayed (Interac Online, Interac\\ne-Transfer, Interac e-Transfer Online), Customer selects Interac method -\\nNEED TO TEST FURTHER\\n"}],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Interac"}]},{"apiName":"Interac-eTransfer","name":"Interac eTransfer","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Interac.svg","summary":"Interac eTransfer is a Canadian interbank network that allows merchants,\\nfinancial institutions, and consumers to exchange electronic funds.\\n","description":"Interac eTransfer is a Canadian interbank network that allows merchants,\\nfinancial institutions, and consumers to exchange electronic funds.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[{"description":"Customer selects Interac at checkout"},{"description":"Customer selects their bank"},{"description":"The available Interac methods are displayed (Interac Online, Interac\\ne-Transfer, Interac e-Transfer Online), Customer selects Interac method\\n"}],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Interac-eTransfer"}]},{"apiName":"Interac-express-connect","name":"Interac Express Connect","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Interac.svg","summary":"Interac Express Connect is an e-wallet that allows payments via multiple\\nchannels including paypal, Interac e-transfer, and credit cards.\\n","description":"Interac Express Connect is an e-wallet that allows payments via multiple\\nchannels including paypal, Interac e-transfer, and credit cards.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Interac-express-connect"}]},{"apiName":"Interac-online","name":"Interac Online","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Interac.svg","summary":"Interac Online is a payment option that enables consumers to shop online and\\npay for goods through the RBC online banking account.\\n","description":"Interac Online is a payment option that enables consumers to shop online and\\npay for goods through the RBC online banking account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Interac-online"}]},{"apiName":"invoice","name":"Invoice","landscapeLogo":null,"portraitLogo":null,"summary":"An invoice is a document issued by a merchant to a consumer relating to a sale\\ntransaction and can inform products, prices, quantities, or services.\\n","description":"An invoice is a document issued by a merchant to a consumer relating to a sale\\ntransaction and can inform products, prices, quantities, or services.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Invoice","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/invoice"}]},{"apiName":"Jeton","name":"Jeton","landscapeLogo":null,"portraitLogo":null,"summary":"Jeton is a digital wallet that allows users to exchange money, make secure\\nmoney transfers and purchases online.\\n","description":"Jeton is a digital wallet that allows users to exchange money, make secure\\nmoney transfers and purchases online.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Jeton"}]},{"apiName":"JetonCash","name":"JetonCash","landscapeLogo":null,"portraitLogo":null,"summary":"JetonCash is a digital wallet that allows users to exchange money, make secure\\nmoney transfers and purchases online.\\n","description":"JetonCash is a digital wallet that allows users to exchange money, make secure\\nmoney transfers and purchases online.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/JetonCash"}]},{"apiName":"jpay","name":"Jpay","landscapeLogo":null,"portraitLogo":null,"summary":"The Jpay method.","description":"The Jpay method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/jpay"}]},{"apiName":"KNET","name":"KNET","landscapeLogo":null,"portraitLogo":null,"summary":"The KNET method.\\n","description":"The KNET method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/KNET"}]},{"apiName":"KakaoPay","name":"KakaoPay","landscapeLogo":null,"portraitLogo":null,"summary":"KakaoPay is a mobile payment and digital wallet service by Kakao and based in South Korea. It enables users make mobile payments and online transactions.\\n","description":"KakaoPay is a mobile payment and digital wallet service by Kakao and based in South Korea. It enables users make mobile payments and online transactions.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":false,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/KakaoPay"}]},{"apiName":"Khelocard","name":"Khelocard","landscapeLogo":null,"portraitLogo":null,"summary":"Khelo Card is a virtual prepaid card that allows for deposits and withdrawals\\nand is accepted at partnered online sites around the world.\\n","description":"Khelo Card is a virtual prepaid card that allows for deposits and withdrawals\\nand is accepted at partnered online sites around the world.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Khelocard"}]},{"apiName":"Klarna","name":"Klarna","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Klarna.png","summary":"Klarna offers flexible payment plans that provides payment solutions for 85\\nmillion customers and over 200,000 merchants across 19 markets.\\n","description":"Klarna offers flexible payment plans that provides payment solutions for 85\\nmillion customers and over 200,000 merchants across 19 markets.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":true,"type":"Buy Now Pay later","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":true,"disputes":true,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Klarna"}]},{"apiName":"LPG-online","name":"LPG Online","landscapeLogo":null,"portraitLogo":null,"summary":"Latam Payment Group (LPG Online) specializes in the development of\\ntechnological solutions for the operation of eCommerce in the Latin American\\nmarket.\\n","description":"Latam Payment Group (LPG Online) specializes in the development of\\ntechnological solutions for the operation of eCommerce in the Latin American\\nmarket.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/LPG-online"}]},{"apiName":"LPG-payment-card","name":"LPG Payment Card","landscapeLogo":null,"portraitLogo":null,"summary":"The LPG Payment Card method.","description":"The LPG Payment Card method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/LPG-payment-card"}]},{"apiName":"Litecoin","name":"Litecoin","landscapeLogo":null,"portraitLogo":null,"summary":"Litecoin is a peer-to-peer cryptocurrency and open-source software project.","description":"Litecoin is a peer-to-peer cryptocurrency and open-source software project.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Litecoin"}]},{"apiName":"MTS","name":"MTS","landscapeLogo":null,"portraitLogo":null,"summary":"MTS allows users to make payments and money transfers from their e-wallet\\nthrough a smartphone or MTS website.\\n","description":"MTS allows users to make payments and money transfers from their e-wallet\\nthrough a smartphone or MTS website.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MTS"}]},{"apiName":"Matrix","name":"Matrix","landscapeLogo":null,"portraitLogo":null,"summary":"The Matrix method.","description":"The Matrix method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Matrix"}]},{"apiName":"MaxiCash","name":"MaxiCash","landscapeLogo":null,"portraitLogo":null,"summary":"The MaxiCash method.","description":"The MaxiCash method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"subset","values":["USD","ZAR"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MaxiCash"}]},{"apiName":"Megafon","name":"Megafon","landscapeLogo":null,"portraitLogo":null,"summary":"Megafon can be used to pay like a normal bank card online and in person at\\nphysical locations.\\n","description":"Megafon can be used to pay like a normal bank card online and in person at\\nphysical locations.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Megafon"}]},{"apiName":"MercadoPago","name":"MercadoPago","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/MercadoPago.svg","portraitLogo":null,"summary":"Mercado hosts the largest online commerce and payments ecosystem in Latin America. They are present in 18 countries including: Argentina, Brazil, Mexico, Colombia, Chile, Venezuela and Peru. [www.mercadopago.com](https://www.mercadopago.com/)\\n","description":"Mercado hosts the largest online commerce and payments ecosystem in Latin America. They are present in 18 countries including: Argentina, Brazil, Mexico, Colombia, Chile, Venezuela and Peru. [www.mercadopago.com](https://www.mercadopago.com/)\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MercadoPago"}]},{"apiName":"MiFinity-eWallet","name":"MiFinity-eWallet","landscapeLogo":null,"portraitLogo":null,"summary":"MiFinity eWallet allows users to send money from their account directly to a\\nrecipient's bank account.\\n","description":"MiFinity eWallet allows users to send money from their account directly to a\\nrecipient's bank account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MiFinity-eWallet"}]},{"apiName":"miscellaneous","name":"Miscellaneous","landscapeLogo":null,"portraitLogo":null,"summary":"The miscellaneous method.\\n","description":"The miscellaneous method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/miscellaneous"}]},{"apiName":"MobilePay","name":"MobilePay","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/MobilePay.svg","portraitLogo":null,"summary":"Fast, easy payments are handled with a simple swipe, and all that’s needed to make them is a phone number.\\n","description":"Fast, easy payments are handled with a simple swipe, and all that’s needed to make them is a phone number.\\n","countries":{"mode":"subset","values":["DK"]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"subset","values":["DKK"]},"recurringPayments":true,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MobilePay"}]},{"apiName":"Mollie","name":"Mollie","landscapeLogo":null,"portraitLogo":null,"summary":"The Mollie method.","description":"The Mollie method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Mollie"}]},{"apiName":"MuchBetter","name":"MuchBetter","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Muchbetter.svg","portraitLogo":null,"summary":"MuchBetter is a payment application with free transfers and multiple contact\\npayment devices.\\n","description":"MuchBetter is a payment application with free transfers and multiple contact\\npayment devices.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MuchBetter"}]},{"apiName":"MuchBetterVoucher","name":"MuchBetterVoucher","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Muchbetter.svg","portraitLogo":null,"summary":"MuchBetter is a payment application with free transfers and multiple contact\\npayment devices.\\n","description":"MuchBetter is a payment application with free transfers and multiple contact\\npayment devices.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MuchBetterVoucher"}]},{"apiName":"Multibanco","name":"Multibanco","landscapeLogo":null,"portraitLogo":null,"summary":"The Multibanco method.\\n","description":"The Multibanco method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Multibanco"}]},{"apiName":"MyFatoorah","name":"MyFatoorah","landscapeLogo":null,"portraitLogo":null,"summary":"The MyFatoorah method.","description":"The MyFatoorah method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/MyFatoorah"}]},{"apiName":"Neosurf","name":"Neosurf","landscapeLogo":null,"portraitLogo":null,"summary":"Neosurf vouchers make online payments possible for thoe without bank accounts\\nor credit cards.\\n","description":"Neosurf vouchers make online payments possible for thoe without bank accounts\\nor credit cards.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":[],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Neosurf"}]},{"apiName":"Netbanking","name":"Netbanking","landscapeLogo":null,"portraitLogo":null,"summary":"Netbanking allows merchants to accept UPI transactions in India.","description":"Netbanking allows merchants to accept UPI transactions in India.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B"],"supportedCurrencies":{"mode":"subset","values":["INR"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[{"description":"Customer selects Netbanking at checkout"},{"description":"Customer is directed to Netbanking"}],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Netbanking"}]},{"apiName":"Neteller","name":"Neteller","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Neteller.svg","portraitLogo":null,"summary":"Neteller offers payments or withdrawals via bank transfer, member wires, money\\ntransfers, and merchant sites.\\n","description":"Neteller offers payments or withdrawals via bank transfer, member wires, money\\ntransfers, and merchant sites.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Neteller"}]},{"apiName":"Nordea-Solo","name":"Nordea Solo","landscapeLogo":null,"portraitLogo":null,"summary":"The Nordea Solo method.","description":"The Nordea Solo method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Nordea-Solo"}]},{"apiName":"NordikCoin","name":"NordikCoin","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/NordikCoin.svg","summary":"NordikCoin customers can buy Bitcoin in under 5 minutes.","description":"NordikCoin is a crypto currency exchange that specializes in Bitcoin.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR","NOK","SEK","DKK"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/NordikCoin"}]},{"apiName":"OXXO","name":"OXXO","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/OXXO.svg","portraitLogo":null,"summary":"OXXO is a Mexican convenience store chain with thousands of locations across\\nLatin America. OXXO enables customers to pay bills and online purchases with\\ncash.\\n","description":"OXXO is a Mexican convenience store chain with thousands of locations across\\nLatin America. OXXO enables customers to pay bills and online purchases with\\ncash.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"subset","values":["MXN"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/OXXO"}]},{"apiName":"OchaPay","name":"OchaPay","landscapeLogo":null,"portraitLogo":null,"summary":"The OchaPay method.","description":"The OchaPay method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/OchaPay"}]},{"apiName":"online-bank-transfer","name":"Online Bank Transfer","landscapeLogo":null,"portraitLogo":null,"summary":"An online bank transfer is an electronic funds transfer of money from one bank\\naccount to another.\\n","description":"An online bank transfer is an electronic funds transfer of money from one bank\\naccount to another.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/online-bank-transfer"}]},{"apiName":"Onlineueberweisen","name":"OnlineUeberweisen","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Onlineueberweisen.svg","portraitLogo":null,"summary":"OnlineUeberweisen is an online banking ePayment company located in Munich,\\nGermany.\\n","description":"OnlineUeberweisen is an online banking ePayment company located in Munich,\\nGermany.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Onlineueberweisen"}]},{"apiName":"oriental-wallet","name":"Oriental Wallet","landscapeLogo":null,"portraitLogo":null,"summary":"The Oriental Wallet method.","description":"The Oriental Wallet method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/oriental-wallet"}]},{"apiName":"P24","name":"P24","landscapeLogo":null,"portraitLogo":null,"summary":"Przelewy24 (P24) is a payment method in Poland that allows the transfer of funds\\nbetween more than 90,000 businesses and Polish banks.\\n","description":"Przelewy24 (P24) is a payment method in Poland that allows the transfer of funds\\nbetween more than 90,000 businesses and Polish banks.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["PLN"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/P24"}]},{"apiName":"PIX-Automatico","name":"PIX-Automatico","landscapeLogo":null,"portraitLogo":null,"summary":"PIX is a new payment method in Brazil for instant bank transfers and is\\noperated by Brazilian banks, digital accounts, and wallets.\\n","description":"PIX is a new payment method in Brazil for instant bank transfers and is\\noperated by Brazilian banks, digital accounts, and wallets.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PIX-Automatico"}]},{"apiName":"PIX","name":"PIX","landscapeLogo":null,"portraitLogo":null,"summary":"PIX is a new payment method in Brazil for instant bank transfers and is\\noperated by Brazilian banks, digital accounts, and wallets.\\n","description":"PIX is a new payment method in Brazil for instant bank transfers and is\\noperated by Brazilian banks, digital accounts, and wallets.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PIX"}]},{"apiName":"POLi","name":"POLi","landscapeLogo":null,"portraitLogo":null,"summary":"The POLi method.","description":"The POLi method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/POLi"}]},{"apiName":"Pagadito","name":"Pagadito","landscapeLogo":null,"portraitLogo":null,"summary":"The Pagadito method.","description":"The Pagadito method.","countries":{"mode":"subset","values":["BZ","CR","DO","GT","HN","NI","PA","PR","SV","US"]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"subset","values":["USD","GTQ","HNL","NIO","CRC","PAB","DOP"]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Pagadito"}]},{"apiName":"PagoEffectivo","name":"PagoEffectivo","landscapeLogo":null,"portraitLogo":null,"summary":"The PagoEffectivo method.","description":"The PagoEffectivo method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PagoEffectivo"}]},{"apiName":"Pagsmile-deposit-express","name":"Pagsmile Deposit Express","landscapeLogo":null,"portraitLogo":null,"summary":"Pagsmile Deposit Express is a money transfer system. After an online purchase,\\nthe client can pay at a bank, ATM, or via internet banking.\\n","description":"Pagsmile Deposit Express is a money transfer system. After an online purchase,\\nthe client can pay at a bank, ATM, or via internet banking.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Pagsmile-deposit-express"}]},{"apiName":"Pagsmile-lottery","name":"Pagsmile Lottery","landscapeLogo":null,"portraitLogo":null,"summary":"Pagsmile Lottery offers betting services as well as banking services such as\\nwithdrawals, deposits, and bank checking.\\n","description":"Pagsmile Lottery offers betting services as well as banking services such as\\nwithdrawals, deposits, and bank checking.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Pagsmile-lottery"}]},{"apiName":"Pay4Fun","name":"Pay4Fun","landscapeLogo":null,"portraitLogo":null,"summary":"Pay4Fun is a prepaid e-wallet that is connected to a bank account and can be\\nused for deposits and withdrawls.\\n","description":"Pay4Fun is a prepaid e-wallet that is connected to a bank account and can be\\nused for deposits and withdrawls.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Pay4Fun"}]},{"apiName":"PayCash","name":"PayCash","landscapeLogo":null,"portraitLogo":null,"summary":"PayCash is an electronic payment platformfor making anonymous internet\\npurchases with cash via kiosks.\\n","description":"PayCash is an electronic payment platformfor making anonymous internet\\npurchases with cash via kiosks.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PayCash"}]},{"apiName":"PayRedeem","name":"PayRedeem","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/PayRedeem.svg","portraitLogo":null,"summary":"PayRedeem eCards can be purchased online with credit/debit card, wire transfer, cryptocurrency, and over 200 alternative payment methods.\\n","description":"PayRedeem eCards can be purchased online with credit/debit card, wire transfer, cryptocurrency, and over 200 alternative payment methods.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PayRedeem"}]},{"apiName":"PayTabs","name":"PayTabs","landscapeLogo":null,"portraitLogo":null,"summary":"The PayTabs method.","description":"The PayTabs method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PayTabs"}]},{"apiName":"PayU","name":"PayU","landscapeLogo":null,"portraitLogo":null,"summary":"The PayU method.","description":"The PayU method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PayU"}]},{"apiName":"PayULatam","name":"PayULatam","landscapeLogo":null,"portraitLogo":null,"summary":"The PayULatam method.","description":"The PayULatam method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PayULatam"}]},{"apiName":"Payco","name":"Payco","landscapeLogo":null,"portraitLogo":null,"summary":"Payco is one of the most popular forms of payment in South Korea and offers your shoppers convenience and familiarity when shopping online.\\n","description":"Payco is one of the most popular forms of payment in South Korea and offers your shoppers convenience and familiarity when shopping online.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":false,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Payco"}]},{"apiName":"Payeer","name":"Payeer","landscapeLogo":null,"portraitLogo":null,"summary":"Payeer is an e-wallet designed to manage cryptocurrencies and fiat currencies\\nwith a built-in payment exchange for systems such as MasterCard, VISA, or\\nPaypal.\\n","description":"Payeer is an e-wallet designed to manage cryptocurrencies and fiat currencies\\nwith a built-in payment exchange for systems such as MasterCard, VISA, or\\nPaypal.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Payeer"}]},{"apiName":"PaymentAsia-crypto","name":"PaymentAsia-crypto","landscapeLogo":null,"portraitLogo":null,"summary":"The PaymentAsia-crypto method.","description":"The PaymentAsia-crypto method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PaymentAsia-crypto"}]},{"apiName":"payment-card","name":"Payment Card","landscapeLogo":null,"portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/PaymentCard.svg","summary":"Payment cards are physical cards used for cashless payments and are issued by\\nfinancial institiutions, such as banks, to a customer.\\n","description":"Payment cards are physical cards used for cashless payments and are issued by\\nfinancial institiutions, such as banks, to a customer.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"all","values":[]},"recurringPayments":true,"refunds":true,"disputes":true,"ux":[{"description":"Customer selects payment card at checkout"},{"description":"Customer enters payment card PAN"},{"description":"customer recieves payment confirmation"}],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/payment-card"}]},{"apiName":"Paymero-QR","name":"Paymero-QR","landscapeLogo":null,"portraitLogo":null,"summary":"Paymero-QR helps online merchants to accept alternative methods such as\\ncontactless payments through a QR code.\\n","description":"Paymero-QR helps online merchants to accept alternative methods such as\\ncontactless payments through a QR code.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Paymero-QR"}]},{"apiName":"Paymero","name":"Paymero","landscapeLogo":null,"portraitLogo":null,"summary":"Paymero is an instant bank transfer that allows customers to make UnionPay\\nbank transfers to merchants.\\n","description":"Paymero is an instant bank transfer that allows customers to make UnionPay\\nbank transfers to merchants.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":[],"supportedCurrencies":{"mode":"subset","values":["USD","THB"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Paymero"}]},{"apiName":"paypal","name":"Paypal","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Paypal.svg","portraitLogo":"https://app.rebilly.com/static/payment-methods/portrait/Paypal.svg","summary":"Paypal is currently one of the most popular online payment processors, with\\nover 300 million account holders.\\n","description":"Paypal is currently one of the most popular online payment processors, with\\nover 300 million account holders.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/paypal"}]},{"apiName":"Paysafecard","name":"Paysafecard","landscapeLogo":null,"portraitLogo":null,"summary":"Paysafecard is a closed loop gift card that allows users to pay safely online.","description":"Paysafecard is a closed loop gift card that allows users to pay safely online.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Paysafecard"}]},{"apiName":"Paysafecash","name":"Paysafecash","landscapeLogo":null,"portraitLogo":null,"summary":"Paysafecash is an online payment method that allows users to make secure digital payments using cash.","description":"Paysafecash is an online payment method that allows users to make secure digital payments using cash.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Paysafecash"}]},{"apiName":"Perfect-money","name":"Perfect Money","landscapeLogo":null,"portraitLogo":null,"summary":"Perfect oney allows users to make instant payments and money transfers\\nsecurely online through an online portal.\\n","description":"Perfect oney allows users to make instant payments and money transfers\\nsecurely online through an online portal.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Perfect-money"}]},{"apiName":"phone","name":"Phone","landscapeLogo":null,"portraitLogo":null,"summary":"A phone is a telecommunications device that allows users to conduct a\\nconversation.\\n","description":"A phone is a telecommunications device that allows users to conduct a\\nconversation.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/phone"}]},{"apiName":"PhonePe","name":"PhonePe","landscapeLogo":null,"portraitLogo":null,"summary":"PhonePe is a digital wallet and online payments application that allows users\\nto make instant money transfers with UPI.\\n","description":"PhonePe is a digital wallet and online payments application that allows users\\nto make instant money transfers with UPI.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PhonePe"}]},{"apiName":"Piastrix","name":"Piastrix","landscapeLogo":null,"portraitLogo":null,"summary":"Piastrix is a Russian payment method that allows merchants to accept credit\\ncard purchases via e-wallet.\\n","description":"Piastrix is a Russian payment method that allows merchants to accept credit\\ncard purchases via e-wallet.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Piastrix"}]},{"apiName":"PinPay","name":"PinPay","landscapeLogo":null,"portraitLogo":null,"summary":"The PinPay method.","description":"The PinPay method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/PinPay"}]},{"apiName":"QIWI","name":"QIWI","landscapeLogo":null,"portraitLogo":null,"summary":"QIWI is an e-wallet that allows users to transfer money, receive payments, and\\nhas over 149,000 kiosks and terminals.\\n","description":"QIWI is an e-wallet that allows users to transfer money, receive payments, and\\nhas over 149,000 kiosks and terminals.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/QIWI"}]},{"apiName":"QPay","name":"QPay","landscapeLogo":null,"portraitLogo":null,"summary":"The QPay method.\\n","description":"The QPay method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/QPay"}]},{"apiName":"QQPay","name":"QQPay","landscapeLogo":null,"portraitLogo":null,"summary":"QQPay is an e-wallet that allows users to pay for online services quickly an\\nsecurely.\\n","description":"QQPay is an e-wallet that allows users to pay for online services quickly an\\nsecurely.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/QQPay"}]},{"apiName":"Quickpay","name":"Quickpay","landscapeLogo":null,"portraitLogo":null,"summary":"The Quickpay method.","description":"The Quickpay method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Quickpay"}]},{"apiName":"rapyd-checkout","name":"Rapyd Checkout","landscapeLogo":null,"portraitLogo":null,"summary":"Rapyd Checkout is a platform that allows businesses to accept payment in the\\nform of instant UPI payments from bank accounts, e-wallets, and credit cards.\\n","description":"Rapyd Checkout is a platform that allows businesses to accept payment in the\\nform of instant UPI payments from bank accounts, e-wallets, and credit cards.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/rapyd-checkout"}]},{"apiName":"Resurs","name":"Resurs","landscapeLogo":null,"portraitLogo":null,"summary":"The Resurs method.","description":"The Resurs method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Resurs"}]},{"apiName":"Ripple","name":"Ripple","landscapeLogo":null,"portraitLogo":null,"summary":"Ripple is a blockchain-based digital payment network and protocol that uses\\nthe XRP Ledger blockchain and XRP. Ripple makes money by providing cross-border\\npayment and crypto liquidity services to businesses.\\n","description":"Ripple is a blockchain-based digital payment network and protocol that uses\\nthe XRP Ledger blockchain and XRP. Ripple makes money by providing cross-border\\npayment and crypto liquidity services to businesses.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Cryptocurrency","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Ripple"}]},{"apiName":"SEPA","name":"SEPA","landscapeLogo":null,"portraitLogo":null,"summary":"SEPA simplifies payments within the European Union and facilitates the direct\\ndebiting of every Euro-denominated bank account.\\n","description":"SEPA simplifies payments within the European Union and facilitates the direct\\ndebiting of every Euro-denominated bank account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":true,"refunds":true,"disputes":true,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/SEPA"}]},{"apiName":"SMSVoucher","name":"SMSVoucher","landscapeLogo":null,"portraitLogo":null,"summary":"SMS Voucher is a mobile voucher that can be used to transfer funds via a\\nmobile phone.\\n","description":"SMS Voucher is a mobile voucher that can be used to transfer funds via a\\nmobile phone.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/SMSVoucher"}]},{"apiName":"SPEI","name":"SPEI","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/spei.svg","portraitLogo":null,"summary":"SPEI allows its customers to send and receive interbank electronic\\ntransfers and obtain real-time payment confirmation in seconds.\\n","description":"SPEI allows its customers to send and receive interbank electronic\\ntransfers and obtain real-time payment confirmation in seconds.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["MXN"]},"recurringPayments":true,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/SPEI"}]},{"apiName":"SafetyPay","name":"SafetyPay","landscapeLogo":null,"portraitLogo":null,"summary":"SafetyPay operates the largest network of banks and cash collection points in Latin America, the result of 10+ years effort, with presence in 16 countries consolidated with 380 bank partners and 180,000 collection points.\\n","description":"SafetyPay operates the largest network of banks and cash collection points in Latin America, the result of 10+ years effort, with presence in 16 countries consolidated with 380 bank partners and 180,000 collection points.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/SafetyPay"}]},{"apiName":"Samsung Pay","name":"Samsung Pay","landscapeLogo":null,"portraitLogo":null,"summary":"Samsung Pay is a mobile payment and digital wallet service by Samsung Electronics that enables users to make payments using\\ncompatible phones and other Samsung-produced devices.\\n","description":"Samsung Pay is a mobile payment and digital wallet service by Samsung Electronics that enables users to make payments using\\ncompatible phones and other Samsung-produced devices.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":false,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Samsung%20Pay"}]},{"apiName":"Siirto","name":"Siirto","landscapeLogo":null,"portraitLogo":null,"summary":"Siirto allows users to transfer money easily to other Siirto users by using\\ntheir phone numbers.\\n","description":"Siirto allows users to transfer money easily to other Siirto users by using\\ntheir phone numbers.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Siirto"}]},{"apiName":"Skrill","name":"Skrill","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Skrill.svg","portraitLogo":null,"summary":"Skrill is a digital wallet for money transfers and online payments that offers\\na safe way to pay across different platforms.\\n","description":"Skrill is a digital wallet for money transfers and online payments that offers\\na safe way to pay across different platforms.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Skrill"}]},{"apiName":"Skrill Rapid Transfer","name":"Skrill Rapid Transfer","landscapeLogo":null,"portraitLogo":null,"summary":"Skrill Rapid Transfer allows users to deposit money into their Skrill wallet\\nor to pay online directly.\\n","description":"Skrill Rapid Transfer allows users to deposit money into their Skrill wallet\\nor to pay online directly.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Skrill%20Rapid%20Transfer"}]},{"apiName":"Sofort","name":"Sofort","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Sofort.svg","portraitLogo":null,"summary":"Sofort is a payment method acquired by Klarna that redirects customers to\\ninitiate a transfer with their bank.\\n","description":"Sofort is a payment method acquired by Klarna that redirects customers to\\ninitiate a transfer with their bank.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["EUR"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Sofort"}]},{"apiName":"SparkPay","name":"SparkPay","landscapeLogo":null,"portraitLogo":null,"summary":"The SparkPay method.","description":"The SparkPay method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/SparkPay"}]},{"apiName":"swift-dbt","name":"SWIFT Debit","landscapeLogo":null,"portraitLogo":null,"summary":"The SWIFT Debit method.","description":"The SWIFT Debit method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/swift-dbt"}]},{"apiName":"TWINT","name":"TWINT","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/TWINT.svg","portraitLogo":null,"summary":"TWINT allows customers to make convenient and secure payments via a smartpone.","description":"TWINT allows customers to make convenient and secure payments via a smartpone.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"subset","values":["CHF"]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/TWINT"}]},{"apiName":"Tabby","name":"Tabby","landscapeLogo":null,"portraitLogo":null,"summary":"Tabby is MENA's biggest Buy Now Pay Later, letting merchants grow their business by offering their shoppers flexible payments.\\n","description":"Tabby is MENA's biggest Buy Now Pay Later, letting merchants grow their business by offering their shoppers flexible payments.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["USD","AED","SAR","KWD","BHD","QAR"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Tabby"}]},{"apiName":"Tele2","name":"Tele2","landscapeLogo":null,"portraitLogo":null,"summary":"Tele2 is an intergrated e-wallet that allows users to instantly receive\\ndigital payments frmi TalkBank.\\n","description":"Tele2 is an intergrated e-wallet that allows users to instantly receive\\ndigital payments frmi TalkBank.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Tele2"}]},{"apiName":"Telr","name":"Telr","landscapeLogo":null,"portraitLogo":null,"summary":"The Telr method.","description":"The Telr method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Telr"}]},{"apiName":"Terminaly-RF","name":"Terminaly RF","landscapeLogo":null,"portraitLogo":null,"summary":"The Terminaly RF method.","description":"The Terminaly RF method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Terminaly-RF"}]},{"apiName":"Tether","name":"Tether","landscapeLogo":null,"portraitLogo":null,"summary":"Tether is a cryptocurrency with tokens issued by Tether Limited.","description":"Tether is a cryptocurrency with tokens issued by Tether Limited.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Tether"}]},{"apiName":"ToditoCash-card","name":"ToditoCash Card","landscapeLogo":null,"portraitLogo":null,"summary":"ToditoCash Card is a prepaid card service used in Mexico that allows customers\\nto use the card for purchasing goods and services online.\\n","description":"ToditoCash Card is a prepaid card service used in Mexico that allows customers\\nto use the card for purchasing goods and services online.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ToditoCash-card"}]},{"apiName":"Trustly","name":"Trustly","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Trustly.svg","portraitLogo":null,"summary":"Trustly an open banking payment method that allows customers to shop and pay\\nfrom their online bank account, without the use of a card or app.\\n","description":"Trustly an open banking payment method that allows customers to shop and pay\\nfrom their online bank account, without the use of a card or app.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Trustly"}]},{"apiName":"Tupay","name":"Tupay","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Tupay.svg","portraitLogo":null,"summary":"Tupay is a one-stop-shop payment platform. It enables you to make everyday purchases in an easy, convenient, and secure manner through your favorite wallets.\\nPay seamlessly, in-app, from anywhere your money is. Whether it is mobile money, a card, or bank without the need to transfer to various wallets.\\n","description":"Tupay is a one-stop-shop payment platform. It enables you to make everyday purchases in an easy, convenient, and secure manner through your favorite wallets.\\nPay seamlessly, in-app, from anywhere your money is. Whether it is mobile money, a card, or bank without the need to transfer to various wallets.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Tupay"}]},{"apiName":"UPI","name":"UPI","landscapeLogo":null,"portraitLogo":null,"summary":"Unified Payments Interface (UPI) is a payment system that powers multiple bank\\naccounts into a single mobile application.\\n","description":"Unified Payments Interface (UPI) is a payment system that powers multiple bank\\naccounts into a single mobile application.\\n","countries":{"mode":"subset","values":["IN"]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/UPI"}]},{"apiName":"UPayCard","name":"UPayCard","landscapeLogo":null,"portraitLogo":null,"summary":"The UPayCard method.","description":"The UPayCard method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/UPayCard"}]},{"apiName":"USD-coin","name":"USD coin","landscapeLogo":null,"portraitLogo":null,"summary":"The USD coin (USDC ERC20) method.\\n","description":"The USD coin (USDC ERC20) method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/USD-coin"}]},{"apiName":"UniCrypt","name":"UniCrypt","landscapeLogo":null,"portraitLogo":null,"summary":"The UniCrypt method.","description":"The UniCrypt method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/UniCrypt"}]},{"apiName":"VCreditos","name":"VCreditos","landscapeLogo":null,"portraitLogo":null,"summary":"VCreditos is an e-wallet for online transfers and withdrawals. The customer\\ncan acquire exclusive advantages, points, and benefits.\\n","description":"VCreditos is an e-wallet for online transfers and withdrawals. The customer\\ncan acquire exclusive advantages, points, and benefits.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/VCreditos"}]},{"apiName":"VegaWallet","name":"VegaWallet","landscapeLogo":null,"portraitLogo":null,"summary":"VegaWallet is an e-wallet that allows users to purchase, receive, send, and convert funds (points) between users and merchants.\\n","description":"VegaWallet is an e-wallet that allows users to purchase, receive, send, and convert funds (points) between users and merchants.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/VegaWallet"}]},{"apiName":"VenusPoint","name":"VenusPoint","landscapeLogo":null,"portraitLogo":null,"summary":"The VenusPoint method.","description":"The VenusPoint method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/VenusPoint"}]},{"apiName":"Viva","name":"Viva","landscapeLogo":null,"portraitLogo":null,"summary":"The Viva method.","description":"The Viva method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":true,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Viva"}]},{"apiName":"voucher","name":"Voucher","landscapeLogo":null,"portraitLogo":null,"summary":"The voucher method.\\n","description":"The voucher method.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":null,"relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/voucher"}]},{"apiName":"Wallet88","name":"Wallet88","landscapeLogo":null,"portraitLogo":null,"summary":"Wallet88 payment method.","description":"Wallet88 payment method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"E-Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Wallet88"}]},{"apiName":"WeChat Pay","name":"WeChat Pay","landscapeLogo":null,"portraitLogo":null,"summary":"WeChat Pay is an e-Wallet within the Chinese social media app WeChat.","description":"WeChat Pay is an e-Wallet within the Chinese social media app WeChat.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/WeChat%20Pay"}]},{"apiName":"Webmoney","name":"Webmoney","landscapeLogo":"https://app.rebilly.com/static/payment-methods/landscape/Webmoney.svg","portraitLogo":null,"summary":"The Webmoney method.","description":"The Webmoney method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Webmoney"}]},{"apiName":"Webpay","name":"Webpay","landscapeLogo":null,"portraitLogo":null,"summary":"The Webpay method.","description":"The Webpay method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Webpay"}]},{"apiName":"Webpay Card","name":"Webpay Card","landscapeLogo":null,"portraitLogo":null,"summary":"Webpay Card allows consumers in Chile to securely use their debit and credit\\ncards online.\\n","description":"Webpay Card allows consumers in Chile to securely use their debit and credit\\ncards online.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Webpay%20Card"}]},{"apiName":"XPay-P2P","name":"XPay-P2P","landscapeLogo":null,"portraitLogo":null,"summary":"XPAY-P2P is a payment service provider with online merchant services & payment\\ngateway integration for retailers.\\n","description":"XPAY-P2P is a payment service provider with online merchant services & payment\\ngateway integration for retailers.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/XPay-P2P"}]},{"apiName":"XPay-QR","name":"XPay-QR","landscapeLogo":null,"portraitLogo":null,"summary":"XPay-QR is a contactless payment method where payments are completed by\\nscannign a QR code from a mobile app.\\n","description":"XPay-QR is a contactless payment method where payments are completed by\\nscannign a QR code from a mobile app.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/XPay-QR"}]},{"apiName":"Yandex-money","name":"Yandex Money","landscapeLogo":null,"portraitLogo":null,"summary":"Yandex Money serves both merchants and individual users as the largest\\nelectronic payment service in Russia.\\n","description":"Yandex Money serves both merchants and individual users as the largest\\nelectronic payment service in Russia.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Yandex-money"}]},{"apiName":"Zimpler","name":"Zimpler","landscapeLogo":null,"portraitLogo":null,"summary":"The Zimpler method.","description":"The Zimpler method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Zimpler"}]},{"apiName":"Zip","name":"Zip","landscapeLogo":null,"portraitLogo":null,"summary":"Zip offers one of the leading buy now, pay later services in Australia through their Zip Pay and Zip Money products.\\n","description":"Zip offers one of the leading buy now, pay later services in Australia through their Zip Pay and Zip Money products.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Zip"}]},{"apiName":"Zotapay","name":"Zotapay","landscapeLogo":null,"portraitLogo":null,"summary":"Zotapay is a global payment service provider that facilitates online payment\\nprocessing solutions for emerging markets worldwide.\\n","description":"Zotapay is a global payment service provider that facilitates online payment\\nprocessing solutions for emerging markets worldwide.\\n","countries":{"mode":"all","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Credit card","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":true,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/Zotapay"}]},{"apiName":"ePay.bg","name":"ePay.bg","landscapeLogo":null,"portraitLogo":null,"summary":"ePay.bg is a free mobile application allowing customers to pay and receive\\nmoney quickly and safely.\\n","description":"ePay.bg is a free mobile application allowing customers to pay and receive\\nmoney quickly and safely.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ePay.bg"}]},{"apiName":"ePayCard","name":"ePayCard","landscapeLogo":null,"portraitLogo":null,"summary":"ePay is a free mobile application that provides a quick and safe way to pay and receive money.\\n","description":"ePay is a free mobile application that provides a quick and safe way to pay and receive money.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Wallet","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ePayCard"}]},{"apiName":"ezyEFT","name":"ezyEFT","landscapeLogo":null,"portraitLogo":null,"summary":"ezyEFT is an easy to use software application that offers customers the option\\nof paying by direct debit.\\n","description":"ezyEFT is an easy to use software application that offers customers the option\\nof paying by direct debit.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Bank transfer","relevantBusinessModels":["B2B","B2C"],"supportedCurrencies":{"mode":"subset","values":["CAD"]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/ezyEFT"}]},{"apiName":"iCashOne Voucher","name":"iCashOne Voucher","landscapeLogo":null,"portraitLogo":null,"summary":"Prepaid vouchers that can be used for online payments without linking to a bank account.\\n","description":"Prepaid vouchers that can be used for online payments without linking to a bank account.\\n","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"Voucher","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/iCashOne%20Voucher"}]},{"apiName":"loonie","name":"loonie","landscapeLogo":null,"portraitLogo":null,"summary":"The loonie method.","description":"The loonie method.","countries":{"mode":"unknown","values":[]},"storefrontEnabled":true,"isSingleUse":false,"type":"","relevantBusinessModels":[],"supportedCurrencies":{"mode":"unknown","values":[]},"recurringPayments":false,"refunds":false,"disputes":false,"ux":[],"_links":[{"rel":"self","href":"https://api.rebilly.com/payment-methods/loonie"}]}]`);
13378
13378
  class PaymentMetadataModel extends BaseModel {
13379
13379
  get logo() {
13380
13380
  return this.landscapeLogo || this.portraitLogo;